Nmap Development mailing list archives

Re: [nmap-svn] r25683 - ncat


From: David Fifield <david () bamsoftware com>
Date: Tue, 9 Aug 2011 12:39:28 -0700

On Mon, Aug 08, 2011 at 02:31:25PM -0700, commit-mailer () insecure org wrote:
Author: colin
Date: Mon Aug  8 14:31:24 2011
New Revision: 25683

Log:
Update ncat_ssl.c to use applink.c on windows

Modified:
   ncat/ncat_ssl.c

Modified: ncat/ncat_ssl.c
==============================================================================
--- ncat/ncat_ssl.c   (original)
+++ ncat/ncat_ssl.c   Mon Aug  8 14:31:24 2011
@@ -100,6 +100,9 @@
 #include <openssl/rand.h>
 #include <openssl/x509.h>
 #include <openssl/x509v3.h>
+#ifdef WIN32
+#include <openssl/applink.c>
+#endif
 
 static SSL_CTX *sslctx;

Please add a block comment explaining why this is necessary, with a link
to the OpenSSL documentation.

David Fifield
_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://seclists.org/nmap-dev/


Current thread: