mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-06 21:58:57 -04:00
fixed compilation
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5344 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
2440b2d74a
commit
2159ab92f2
1 changed files with 1 additions and 1 deletions
|
@ -673,7 +673,7 @@ bool RsLoginHandler::getSSLPasswdFromGPGFile(const std::string& ssl_id,std::stri
|
||||||
{
|
{
|
||||||
std::cerr << "Decrypting went ok !" << std::endl;
|
std::cerr << "Decrypting went ok !" << std::endl;
|
||||||
sslPassword = plain ;
|
sslPassword = plain ;
|
||||||
std::cerr << "sslpassword: " << "******************** (length = " << sslPassword.length() ")" << std::endl;
|
std::cerr << "sslpassword: " << "******************** (length = " << sslPassword.length() << ")" << std::endl;
|
||||||
|
|
||||||
return sslPassword.length() > 0 ;
|
return sslPassword.length() > 0 ;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue