From d0299098e25329e93dd847e3dbc1ad4a23a3f224 Mon Sep 17 00:00:00 2001 From: Aaron Bauman Date: Mon, 23 Apr 2018 00:09:19 -0400 Subject: www-servers/apache: add missing parenthese in LibreSSL patch Closes: https://bugs.gentoo.org/653830 Package-Manager: Portage-2.3.31, Repoman-2.3.9 --- www-servers/apache/files/apache-2.4.33-libressl-compatibility.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www-servers/apache') 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 -- cgit v1.2.3-65-gdbad