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.

14 lines
349 B

  1. diff --git a/ncat/ncat_ssl.c b/ncat/ncat_ssl.c
  2. index ee8ca97..9ff495c 100644
  3. --- a/ncat/ncat_ssl.c
  4. +++ b/ncat/ncat_ssl.c
  5. @@ -128,7 +128,9 @@
  6. #include <stdio.h>
  7. #include <openssl/ssl.h>
  8. +#include <openssl/bn.h>
  9. #include <openssl/err.h>
  10. +#include <openssl/rsa.h>
  11. #include <openssl/rand.h>
  12. #include <openssl/x509.h>
  13. #include <openssl/x509v3.h>