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

@ -215,6 +215,13 @@ void p3ConfigMgr::loadConfiguration()
filename1 += metasigfname;
filename2 += metafname;
#ifdef CONFIG_DEBUG
std::cerr << "p3ConfigMgr::loadConfiguration() filename1 : " << filename1;
std::cerr << std::endl;
std::cerr << "p3ConfigMgr::loadConfiguration() filename2 : " << filename2;
std::cerr << std::endl;
#endif
/* write signature to configuration */
BinMemInterface *signbio = new BinMemInterface(1000, BIN_FLAGS_READABLE);