mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-15 23:28:53 -04:00
3762. [bug] Address build problems with --pkcs11-native +
--with-openssl with ECDSA support. [RT #35467]
This commit is contained in:
parent
71072248de
commit
7fbbc9bfd3
2 changed files with 4 additions and 1 deletions
3
CHANGES
3
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]
|
||||
|
||||
|
|
|
|||
|
|
@ -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?"
|
||||
|
|
|
|||
Loading…
Reference in a new issue