Nmap Development mailing list archives

Re: nsock SSL error with SOC5


From: "DePriest, Jason R." <jrdepriest () gmail com>
Date: Thu, 23 Aug 2007 11:56:17 -0500

On 8/23/07, David Fifield  wrote:
On Thu, Aug 23, 2007 at 10:34:04AM -0500, DePriest, Jason R. wrote:
On 8/22/07, David Fifield  wrote:
On Wed, Aug 22, 2007 at 02:38:51PM -0500, DePriest, Jason R. wrote:
This may not be a new problem, but this is the first time I have encountered it.

The error comes after the port scans and during the service scan:
nsock_connect_ssl called - but nsock was built w/o SSL support.  QUITTING

I just committed a change to nsock that ought to fix it.

Any chance of a SOC6 release?  I can't get SVN working through my proxy server.

The fix is a really small change. I attached a patch. Apply it to nsock,
reconfigure, make clean, and rebuild.

David

Index: src/nsock_config.h.in
===================================================================
--- src/nsock_config.h.in       (revision 5645)
+++ src/nsock_config.h.in       (revision 5646)
@@ -74,3 +74,5 @@
 #undef HPUX
 #undef NETBSD
 #undef MACOSX
+
+#undef HAVE_OPENSSL


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



I'm good to go now.  Thanks for the quick and easy patch!

-Jason

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


Current thread: