mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Nmap now ships and links with OpenSSL (currently the newest 0.9.8g) on Windows.
The necessary libraries (lib and dll) and headers required for compilation and linking are in mswin32/OpenSSL. A detailed upgrade guide is available in mswin32/OpenSSL/upgrade-guide.txt. Thanks to Thomas Buchanan for doing the initial work and writing up the initial build guide. My openssl-testing branch has been posted on nmap-dev for 12 days and has been tested by (at least) Thomas, Jah and I, with no reports of failure. http://seclists.org/nmap-dev/2008/q2/0249.html
This commit is contained in:
@@ -111,6 +111,7 @@
|
||||
#define NMAP_PLATFORM "i686-pc-windows-windows"
|
||||
#define NMAPDATADIR "c:\\nmap" /* FIXME: I really need to make this dynamic */
|
||||
|
||||
#define HAVE_OPENSSL 1
|
||||
/* Apparently __func__ isn't yet supported */
|
||||
#define __func__ __FUNCTION__
|
||||
|
||||
|
||||
Reference in New Issue
Block a user