mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 02:55:18 -04:00
remove the ssl cert storage. Big rewrite of ssl cert and friend management
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2017 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
bb9fb11257
commit
9976b80566
39 changed files with 2056 additions and 1957 deletions
|
@ -149,8 +149,8 @@ void NetworkView::insertPeers()
|
|||
/* add all friends */
|
||||
std::list<std::string> ids;
|
||||
std::list<std::string>::iterator it;
|
||||
rsPeers->getPGPAllList(ids);
|
||||
std::string ownId = rsPeers->getPGPOwnId();
|
||||
rsPeers->getGPGAllList(ids);
|
||||
std::string ownId = rsPeers->getGPGOwnId();
|
||||
|
||||
std::cerr << "NetworkView::insertPeers()" << std::endl;
|
||||
|
||||
|
@ -326,9 +326,9 @@ void NetworkView::insertSignatures()
|
|||
/* iterate through all friends */
|
||||
std::list<std::string> ids;
|
||||
std::list<std::string>::iterator it, sit;
|
||||
std::string ownId = rsPeers->getPGPOwnId();
|
||||
std::string ownId = rsPeers->getGPGOwnId();
|
||||
|
||||
rsPeers->getPGPAllList(ids);
|
||||
rsPeers->getGPGAllList(ids);
|
||||
|
||||
std::cerr << "NetworkView::insertSignatures()" << std::endl;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue