diff options
author | Aaron Bauman <bman@gentoo.org> | 2018-04-23 00:09:19 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-04-23 00:09:19 -0400 |
commit | d0299098e25329e93dd847e3dbc1ad4a23a3f224 (patch) | |
tree | d389d179f46382d7000a17a15b102a0946f0e59f /www-servers | |
parent | net-analyzer/nagios-core: amd64 stable wrt bug #629380 (diff) | |
download | gentoo-d0299098e25329e93dd847e3dbc1ad4a23a3f224.tar.gz gentoo-d0299098e25329e93dd847e3dbc1ad4a23a3f224.tar.bz2 gentoo-d0299098e25329e93dd847e3dbc1ad4a23a3f224.zip |
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
Diffstat (limited to 'www-servers')
-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 |