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.

10 lines
274 B

  1. --- a/opensslsigners.cc
  2. +++ b/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>