2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

3762. [bug] Address build problems with --pkcs11-native +

--with-openssl with ECDSA support. [RT #35467]
This commit is contained in:
Mark Andrews
2014-02-27 18:29:52 +11:00
parent 71072248de
commit 7fbbc9bfd3
2 changed files with 4 additions and 1 deletions

View File

@@ -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]

View 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?"