You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--- a/pdns/opensslsigners.cc
|
|
+++ b/pdns/opensslsigners.cc
|
|
@@ -29,6 +29,7 @@
|
|
#if defined(HAVE_LIBCRYPTO_ED25519) || defined(HAVE_LIBCRYPTO_ED448)
|
|
#include <openssl/evp.h>
|
|
#endif
|
|
+#include <openssl/bn.h>
|
|
#include <openssl/sha.h>
|
|
#include <openssl/rand.h>
|
|
#include <openssl/rsa.h>
|
|
--- a/pdns/pkcs11signers.cc
|
|
+++ b/pdns/pkcs11signers.cc
|
|
@@ -15,6 +15,7 @@
|
|
#include "pdns/lock.hh"
|
|
|
|
#ifdef HAVE_LIBCRYPTO_ECDSA
|
|
+#include <openssl/bn.h>
|
|
#include <openssl/ec.h>
|
|
#endif
|
|
|