blob: a623e58d9fd03d35060acff66de8b060e7b9fd0d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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
|