mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-02 03:06:31 -04:00
generalized the test for valid strings to all methods in AuthGPG
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7050 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
1f4580304f
commit
11bc15b9cf
2 changed files with 40 additions and 32 deletions
|
@ -249,6 +249,10 @@ class AuthGPG: public p3Config, public RsThread, public PGPHandler
|
|||
/*****************************************************************/
|
||||
|
||||
private:
|
||||
// Gets the certificate pointer and returns NULL if the string is invalid, or the
|
||||
// cert was not found.
|
||||
//
|
||||
const PGPCertificateInfo *getCertInfoFromStdString(const std::string& ) const;
|
||||
|
||||
/* SKTAN */
|
||||
//void showData(gpgme_data_t dh);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue