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:
drbob 2009-07-21 21:25:39 +00:00
parent cf60b0a0b9
commit 369bb6a5c5
3 changed files with 17 additions and 0 deletions

View file

@ -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;
}