ports/net/nmap/patches/patch-nse_ssl_cert_cc

13 lines
392 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: nse_ssl_cert.cc
--- nse_ssl_cert.cc.orig
+++ nse_ssl_cert.cc
@@ -81,7 +81,7 @@
#include <openssl/evp.h>
#include <openssl/err.h>
-#if (OPENSSL_VERSION_NUMBER >= 0x10100000L) && !defined LIBRESSL_VERSION_NUMBER
+#if (OPENSSL_VERSION_NUMBER >= 0x10100000L)
/* Technically some of these things were added in 0x10100006
* but that was pre-release. */
#define HAVE_OPAQUE_STRUCTS 1