diff options
author | Sam James <sam@gentoo.org> | 2021-05-03 19:38:22 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-03 19:45:52 +0100 |
commit | acd3d18721cd084af64f6be9460a69aa47759743 (patch) | |
tree | 24756b7ed805f1dc80872459e172c41e8b3af071 /www-servers/h2o | |
parent | sys-boot/vboot-utils: drop obsolete LibreSSL patch(es) (diff) | |
download | gentoo-acd3d18721cd084af64f6be9460a69aa47759743.tar.gz gentoo-acd3d18721cd084af64f6be9460a69aa47759743.tar.bz2 gentoo-acd3d18721cd084af64f6be9460a69aa47759743.zip |
www-servers/h2o: drop obsolete LibreSSL patch(es)
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-servers/h2o')
-rw-r--r-- | www-servers/h2o/files/h2o-2.2-libressl-2.7.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/www-servers/h2o/files/h2o-2.2-libressl-2.7.patch b/www-servers/h2o/files/h2o-2.2-libressl-2.7.patch deleted file mode 100644 index 02942b49227f..000000000000 --- a/www-servers/h2o/files/h2o-2.2-libressl-2.7.patch +++ /dev/null @@ -1,23 +0,0 @@ -From db50d885a87985310e65159a705b45de8646dc26 Mon Sep 17 00:00:00 2001 -From: AIZAWA Hina <hina@bouhime.com> -Date: Fri, 23 Mar 2018 22:50:51 +0900 -Subject: [PATCH] Add supporting LibreSSL 2.7 - -Signed-off-by: AIZAWA Hina <hina@bouhime.com> ---- - deps/neverbleed/neverbleed.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/deps/neverbleed/neverbleed.c b/deps/neverbleed/neverbleed.c -index 29b35a9..42356a6 100644 ---- a/deps/neverbleed/neverbleed.c -+++ b/deps/neverbleed/neverbleed.c -@@ -547,7 +547,7 @@ static int sign_stub(struct expbuf_t *buf) - return 0; - } - --#if !OPENSSL_1_1_API -+#if !OPENSSL_1_1_API && (!defined(LIBRESSL_VERSION_NUMBER) || LIBRESSL_VERSION_NUMBER < 0x2070000fL) - - static void RSA_get0_key(const RSA *rsa, const BIGNUM **n, const BIGNUM **e, const BIGNUM **d) - { |