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

diff --git a/ncat/ncat_ssl.c b/ncat/ncat_ssl.c
index ee8ca97..9ff495c 100644
--- a/ncat/ncat_ssl.c
+++ b/ncat/ncat_ssl.c
@@ -128,7 +128,9 @@
#include <stdio.h>
#include <openssl/ssl.h>
+#include <openssl/bn.h>
#include <openssl/err.h>
+#include <openssl/rsa.h>
#include <openssl/rand.h>
#include <openssl/x509.h>
#include <openssl/x509v3.h>