change ssl password encryption to non symmetric

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1730 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
joss17 2009-10-27 20:39:47 +00:00
parent 9132dcf700
commit a6029d69db
3 changed files with 13 additions and 4 deletions

View file

@ -440,6 +440,7 @@ static int initLib = 0;
if (init == 1)
{
std::cerr << "AuthSSL::InitAuth already initialized." << std::endl;
return 1;
}