mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-05 12:51:08 -05:00
oups. backward commit this change which I done yesterday by mistake
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2420 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
1983a5ab9a
commit
a6c585090a
@ -1540,10 +1540,10 @@ bool AuthSSL::AuthX509(X509 *x509)
|
|||||||
std::cerr << "hashoutl = " << hashoutl << std::endl ;
|
std::cerr << "hashoutl = " << hashoutl << std::endl ;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// if (!AuthGPG::getAuthGPG()->VerifySignBin(buf_hashout, hashoutl, buf_sigout, (unsigned int) sigoutl, pd.fpr)) {
|
if (!AuthGPG::getAuthGPG()->VerifySignBin(buf_hashout, hashoutl, buf_sigout, (unsigned int) sigoutl, pd.fpr)) {
|
||||||
// sigoutl = 0;
|
sigoutl = 0;
|
||||||
// goto err;
|
goto err;
|
||||||
// }
|
}
|
||||||
|
|
||||||
#ifdef AUTHSSL_DEBUG
|
#ifdef AUTHSSL_DEBUG
|
||||||
std::cerr << "AuthSSL::AuthX509() X509 authenticated" << std::endl;
|
std::cerr << "AuthSSL::AuthX509() X509 authenticated" << std::endl;
|
||||||
|
Loading…
Reference in New Issue
Block a user