mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
code cleaning
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2006 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
d2a1084c27
commit
6055c30832
3 changed files with 1 additions and 57 deletions
|
@ -735,7 +735,6 @@ static bool checkAccount(std::string accountdir, accountId &id)
|
|||
LoadCheckX509andGetName(cert_name.c_str(), id.sslName, id.sslId);
|
||||
std::cerr << "sslName: " << id.sslName << " id: " << id.sslId << std::endl;
|
||||
|
||||
#ifndef PQI_USE_SSLONLY
|
||||
std::string tmpid;
|
||||
if (LoadCheckX509andGetIssuerName(cert_name.c_str(), id.pgpId, tmpid))
|
||||
{
|
||||
|
@ -751,7 +750,6 @@ static bool checkAccount(std::string accountdir, accountId &id)
|
|||
ret = false;
|
||||
}
|
||||
|
||||
#endif
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue