1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Enable DTLS for windows builds

This commit is contained in:
dmiller
2022-08-29 17:10:23 +00:00
parent c5a7c60381
commit 8d5b6f3388

View File

@@ -150,6 +150,7 @@ typedef signed __int64 int64_t;
#endif #endif
#define HAVE_OPENSSL 1 #define HAVE_OPENSSL 1
#define HAVE_DTLS_CLIENT_METHOD 1
#define HAVE_SSL_SET_TLSEXT_HOST_NAME 1 #define HAVE_SSL_SET_TLSEXT_HOST_NAME 1
/* Apparently __func__ isn't yet supported */ /* Apparently __func__ isn't yet supported */
#define __func__ __FUNCTION__ #define __func__ __FUNCTION__