fixed signature code

git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-OpenPGP@5278 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2012-07-07 13:40:40 +00:00
parent 444602e8e6
commit 93f08ae730
4 changed files with 13 additions and 17 deletions

View file

@ -738,7 +738,7 @@ bool PGPHandler::privateSignCertificate(const PGPIdType& ownId,const PGPIdType&
// 2 - then do the signature.
bool ret = ops_sign_key(key_to_sign,&pkey->uids[0],pkey->key_id,secret_key) ;
bool ret = ops_sign_key(key_to_sign,pkey->key_id,secret_key) ;
// 3 - free memory
//