1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-08 23:49:03 +00:00

Restore HAVE_OPENSSL definition for nsock on Windows, previously removed from nbase

This commit is contained in:
dmiller
2024-04-02 21:32:21 +00:00
parent dbedc5838b
commit ed5fb3e248

View File

@@ -67,4 +67,7 @@
#define HAVE_IOCP 1
#endif
#define HAVE_OPENSSL 1
#define HAVE_DTLS_CLIENT_METHOD 1
#define HAVE_SSL_SET_TLSEXT_HOST_NAME 1
#endif /* NSOCK_WINCONFIG_H */