]> granicus.if.org Git - pdns/commitdiff
also support polarssl 1.2.9+
authorPeter van Dijk <peter.van.dijk@netherlabs.nl>
Thu, 17 Oct 2013 13:42:19 +0000 (15:42 +0200)
committerPeter van Dijk <peter.van.dijk@netherlabs.nl>
Thu, 17 Oct 2013 13:42:19 +0000 (15:42 +0200)
pdns/polarrsakeyinfra.cc

index c06d1537b6e3c626204f828244d18ba6c7daec2e..5bdee4d5bf52bfed7dd0ba32a02b24d89fb13228 100644 (file)
@@ -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<rsa_context*>(&d_context),
-#if POLARSSL_VERSION_NUMBER >= 0x01030000
+#if POLARSSL_VERSION_NUMBER >= 0x01020900
     NULL, NULL,
 #endif
     RSA_PUBLIC,