From: Peter van Dijk Date: Thu, 17 Oct 2013 13:42:19 +0000 (+0200) Subject: also support polarssl 1.2.9+ X-Git-Tag: rec-3.6.0-rc1~401 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a067d337239a8b69b8f9abefc1e068e59f1116a8;p=pdns also support polarssl 1.2.9+ --- diff --git a/pdns/polarrsakeyinfra.cc b/pdns/polarrsakeyinfra.cc index c06d1537b..5bdee4d5b 100644 --- a/pdns/polarrsakeyinfra.cc +++ b/pdns/polarrsakeyinfra.cc @@ -168,7 +168,7 @@ bool RSADNSCryptoKeyEngine::verify(const std::string& msg, const std::string& si hashKind = SIG_RSA_SHA512; int ret=rsa_pkcs1_verify(const_cast(&d_context), -#if POLARSSL_VERSION_NUMBER >= 0x01030000 +#if POLARSSL_VERSION_NUMBER >= 0x01020900 NULL, NULL, #endif RSA_PUBLIC,