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.

20 lines
474 B

  1. --- a/pdns/opensslsigners.cc
  2. +++ b/pdns/opensslsigners.cc
  3. @@ -29,6 +29,7 @@
  4. #if defined(HAVE_LIBCRYPTO_ED25519) || defined(HAVE_LIBCRYPTO_ED448)
  5. #include <openssl/evp.h>
  6. #endif
  7. +#include <openssl/bn.h>
  8. #include <openssl/sha.h>
  9. #include <openssl/rand.h>
  10. #include <openssl/rsa.h>
  11. --- a/pdns/pkcs11signers.cc
  12. +++ b/pdns/pkcs11signers.cc
  13. @@ -15,6 +15,7 @@
  14. #include "pdns/lock.hh"
  15. #ifdef HAVE_LIBCRYPTO_ECDSA
  16. +#include <openssl/bn.h>
  17. #include <openssl/ec.h>
  18. #endif