From a067d337239a8b69b8f9abefc1e068e59f1116a8 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Thu, 17 Oct 2013 15:42:19 +0200 Subject: [PATCH] also support polarssl 1.2.9+ --- pdns/polarrsakeyinfra.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.50.1