fixing compilation on Travis CI

This commit is contained in:
csoler 2019-12-17 15:29:47 +01:00
parent baaa67d225
commit d7504c59b5
No known key found for this signature in database
GPG Key ID: 7BCA522266C0804C

View File

@ -1313,8 +1313,9 @@ int AuthSSLimpl::VerifyX509Callback(int /*preverify_ok*/, X509_STORE_CTX* ctx)
return verificationFailed;
}
#ifdef AUTHSSL_DEBUG
std::cerr << "******* VerifyX509Callback cert: " << std::hex << ctx->cert <<std::dec << std::endl;
#endif
if ( !isSslOnlyFriend && pgpId != AuthGPG::getAuthGPG()->getGPGOwnId() && !AuthGPG::getAuthGPG()->isGPGAccepted(pgpId) )
{