fixed compilation with v0.7 defines

This commit is contained in:
csoler 2017-11-20 22:44:34 +01:00
parent cd51afbc70
commit e2c1661c49

View File

@ -930,7 +930,9 @@ X509 *AuthSSLimpl::SignX509ReqWithGPG(X509_REQ *req, long /*days*/)
#endif
std::cerr << "Buffer Sizes: in: " << inl;
#ifndef V07_NON_BACKWARD_COMPATIBLE_CHANGE_003
std::cerr << " HashOut: " << hashoutl;
#endif
std::cerr << " SigOut: " << sigoutl;
std::cerr << std::endl;