diff options
-rw-r--r-- | www-servers/apache/files/apache-2.4.33-libressl-compatibility.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-servers/apache/files/apache-2.4.33-libressl-compatibility.patch b/www-servers/apache/files/apache-2.4.33-libressl-compatibility.patch index 97d33468e194..a326cc698eee 100644 --- a/www-servers/apache/files/apache-2.4.33-libressl-compatibility.patch +++ b/www-servers/apache/files/apache-2.4.33-libressl-compatibility.patch @@ -20,7 +20,7 @@ index 66682eaf4d..8f0def2805 100644 } -#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) -+#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x2070000f) ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x2070000f) #ifndef NID_tlsfeature #define NID_tlsfeature 1020 |