mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-31 18:29:02 -04:00
commented out unused (and buggy) function in authgpg
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8054 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
90427eb08b
commit
1f4d827140
2 changed files with 16 additions and 16 deletions
|
@ -179,7 +179,7 @@ class AuthGPG: public p3Config, public RsThread, public PGPHandler
|
|||
virtual std::string SaveCertificateToString(const RsPgpId &id,bool include_signatures) ;
|
||||
|
||||
// Cached certificates.
|
||||
bool getCachedGPGCertificate(const RsPgpId &id, std::string &certificate);
|
||||
//bool getCachedGPGCertificate(const RsPgpId &id, std::string &certificate);
|
||||
|
||||
/*********************************************************************************/
|
||||
/************************* STAGE 6 ***********************************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue