commit: 2af9062000be9ef7889c3fc5e22586ee6a5483e8 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon May 3 18:28:43 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon May 3 18:45:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2af90620
sys-block/open-isns: drop obsolete LibreSSL patch Signed-off-by: Sam James <sam <AT> gentoo.org> .../files/open-isns-0.98-libressl-compatibility.patch | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/sys-block/open-isns/files/open-isns-0.98-libressl-compatibility.patch b/sys-block/open-isns/files/open-isns-0.98-libressl-compatibility.patch deleted file mode 100644 index b4d5ae63786..00000000000 --- a/sys-block/open-isns/files/open-isns-0.98-libressl-compatibility.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/pki.c.orig -+++ b/pki.c -@@ -30,7 +30,7 @@ - #endif - /* OpenSSL 1.1 made a lot of structures opaque, so we need to - * define the 1.1 wrappers in previous versions. */ --#if OPENSSL_VERSION_NUMBER < 0x10100000L -+#if OPENSSL_VERSION_NUMBER < 0x10100000L || (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x2070000fL) - #define EVP_PKEY_base_id(o) ((o)->type) - #define EVP_PKEY_get0_DSA(o) ((o)->pkey.dsa) - static EVP_MD_CTX *EVP_MD_CTX_new(void)
