mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-07 22:02:32 -04:00
Bugfixes to make pgp friend sharing work.
* added rsinit.h include so PGPSSL flag is read. (enabling ISSUER sharing) * extra debugging so we can see the certs being passed around. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1399 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
cf60b0a0b9
commit
369bb6a5c5
3 changed files with 17 additions and 0 deletions
|
@ -792,6 +792,11 @@ std::string AuthSSL::getIssuerName(std::string id)
|
|||
|
||||
sslMtx.unlock(); /**** UNLOCK ****/
|
||||
|
||||
#ifdef AUTHSSL_DEBUG
|
||||
std::cerr << "AuthSSL::getIssuerName() => " << issuer;
|
||||
std::cerr << std::endl;
|
||||
#endif
|
||||
|
||||
return issuer;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue