]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
3762. [bug] Address build problems with --pkcs11-native +
authorMark Andrews <marka@isc.org>
Thu, 27 Feb 2014 07:29:52 +0000 (18:29 +1100)
committerMark Andrews <marka@isc.org>
Thu, 27 Feb 2014 07:29:52 +0000 (18:29 +1100)
                        --with-openssl with ECDSA support. [RT #35467]

CHANGES
lib/dns/opensslecdsa_link.c

diff --git a/CHANGES b/CHANGES
index 41c7d8e51bdd650b9ce402f9da866ddc46916b8a..1e2f62cd3a4498af5002ba74f0879e598dbbd13b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+3762.  [bug]           Address build problems with --pkcs11-native +
+                       --with-openssl with ECDSA support. [RT #35467]
+
 3761.  [bug]           Address dangling reference bug in dns_keytable_add.
                        [RT #35471]
 
index da2b68b6e884a899b9ea805ae68603e117f96641..696400c6c7b492cd3467a1babb585f0b1f2cbc71 100644 (file)
@@ -18,7 +18,7 @@
 
 #include <config.h>
 
-#ifdef HAVE_OPENSSL_ECDSA
+#if defined(OPENSSL) && defined(HAVE_OPENSSL_ECDSA)
 
 #if !defined(HAVE_EVP_SHA256) || !defined(HAVE_EVP_SHA384)
 #error "ECDSA without EVP for SHA2?"