mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-14 12:02:29 -04:00
make it compile
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2002 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
c23407cae3
commit
a0a64fb588
17 changed files with 188 additions and 191 deletions
|
@ -160,7 +160,7 @@ void p3ConfigMgr::saveConfiguration()
|
|||
|
||||
/* sign data */
|
||||
std::string signature;
|
||||
getAuthSSL()->SignData(membio->memptr(), membio->memsize(), signature);
|
||||
AuthSSL::getAuthSSL()->SignData(membio->memptr(), membio->memsize(), signature);
|
||||
|
||||
#ifdef CONFIG_DEBUG
|
||||
std::cerr << "p3ConfigMgr::saveConfiguration() MetaFile Signature:";
|
||||
|
@ -274,7 +274,7 @@ void p3ConfigMgr::loadConfiguration()
|
|||
|
||||
/* get signature */
|
||||
std::string signature;
|
||||
getAuthSSL()->SignData(membio->memptr(), membio->memsize(), signature);
|
||||
AuthSSL::getAuthSSL()->SignData(membio->memptr(), membio->memsize(), signature);
|
||||
|
||||
#ifdef CONFIG_DEBUG
|
||||
std::cerr << "p3ConfigMgr::loadConfiguration() New MetaFile Signature:";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue