mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-27 23:57:38 -04:00
* Added partially completed authssl.cc, as we move towards openpgp authentication.
Once completed this will allow standard ssl authentication and provide the base for the openpgp authenticator, * Tweaks, and removed debug statements. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1140 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
5466c447ae
commit
28df984148
7 changed files with 2194 additions and 26 deletions
|
@ -59,11 +59,11 @@ xPGP_vfy.h:#define TRUST_SIGN_BAD -1
|
|||
**********/
|
||||
|
||||
// the single instance of this.
|
||||
static AuthXPGP instance_sslroot;
|
||||
static AuthXPGP instance_xpgproot;
|
||||
|
||||
p3AuthMgr *getAuthMgr()
|
||||
{
|
||||
return &instance_sslroot;
|
||||
return &instance_xpgproot;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue