* Fixed certificate saving bug. (authssl.cc)

* added cert->issuer to external interface (rspeers.h)



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1501 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2009-08-09 13:06:24 +00:00
parent 0924fa49c2
commit 60349baf9d
3 changed files with 18 additions and 5 deletions

View file

@ -78,6 +78,8 @@ class RsPeerDetails
std::string location;
std::string org;
std::string issuer;
std::string fpr; /* pgp fingerprint */
std::string authcode;
std::list<std::string> signers;