mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-14 01:23:13 -04:00
- moved pgpkey.h/cc into pgp directory
- fixed bug in key cleaning code git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-OpenPGP@5291 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
f5c276c9b5
commit
ddf503a793
7 changed files with 18 additions and 7 deletions
libretroshare/src/pgp
|
@ -22,7 +22,7 @@ extern "C" {
|
|||
#include "pgphandler.h"
|
||||
#include "retroshare/rsiface.h" // For rsicontrol.
|
||||
#include "util/rsdir.h"
|
||||
#include "util/pgpkey.h"
|
||||
#include "pgp/pgpkeyutil.h"
|
||||
|
||||
//#define DEBUG_PGPHANDLER 1
|
||||
|
||||
|
@ -434,7 +434,6 @@ std::string PGPHandler::makeRadixEncodedPGPKey(const ops_keydata_t *key)
|
|||
|
||||
ops_memory_t *buf = NULL ;
|
||||
ops_setup_memory_write(&cinfo, &buf, 0);
|
||||
const unsigned char *passphrase = NULL ;
|
||||
|
||||
if(key->type == OPS_PTAG_CT_PUBLIC_KEY)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue