aboutsummaryrefslogtreecommitdiff
path: root/security/libssh2/files/patch-src_openssl.h
blob: 0bbca531c2c7526615b71ba29f838b476bb8740c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- src/openssl.h.orig	2022-10-17 08:18:24 UTC
+++ src/openssl.h
@@ -57,8 +57,7 @@
 #include <openssl/pem.h>
 #include <openssl/rand.h>
 
-#if OPENSSL_VERSION_NUMBER >= 0x10100000L && \
-    !defined(LIBRESSL_VERSION_NUMBER)
+#if OPENSSL_VERSION_NUMBER >= 0x10100000L
 # define HAVE_OPAQUE_STRUCTS 1
 #endif