mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-14 12:02:29 -04:00
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:
parent
9132dcf700
commit
a6029d69db
3 changed files with 13 additions and 4 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue