mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-06 16:15:23 -04:00
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:
parent
444602e8e6
commit
93f08ae730
4 changed files with 13 additions and 17 deletions
|
@ -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
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue