updated self-signatures

git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-OpenPGP@5292 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2012-07-13 12:20:44 +00:00
parent ddf503a793
commit 4fc3ce491a
4 changed files with 15 additions and 7 deletions

View file

@ -146,6 +146,7 @@ int AuthGPG::GPGInit(const std::string &ownId)
//force the validity of the private key. When set to unknown, it caused signature and text encryptions bugs
privateTrustCertificate(ownId, 5);
updateOwnSignatureFlag(mOwnGpgId) ;
std::cerr << "AuthGPG::GPGInit finished." << std::endl;