Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/open-isns/files/
Date: Mon, 03 May 2021 18:46:37
Message-Id: 1620067534.2af9062000be9ef7889c3fc5e22586ee6a5483e8.sam@gentoo
1 commit: 2af9062000be9ef7889c3fc5e22586ee6a5483e8
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 3 18:28:43 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon May 3 18:45:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2af90620
7
8 sys-block/open-isns: drop obsolete LibreSSL patch
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 .../files/open-isns-0.98-libressl-compatibility.patch | 11 -----------
13 1 file changed, 11 deletions(-)
14
15 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
16 deleted file mode 100644
17 index b4d5ae63786..00000000000
18 --- a/sys-block/open-isns/files/open-isns-0.98-libressl-compatibility.patch
19 +++ /dev/null
20 @@ -1,11 +0,0 @@
21 ---- a/pki.c.orig
22 -+++ b/pki.c
23 -@@ -30,7 +30,7 @@
24 - #endif
25 - /* OpenSSL 1.1 made a lot of structures opaque, so we need to
26 - * define the 1.1 wrappers in previous versions. */
27 --#if OPENSSL_VERSION_NUMBER < 0x10100000L
28 -+#if OPENSSL_VERSION_NUMBER < 0x10100000L || (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x2070000fL)
29 - #define EVP_PKEY_base_id(o) ((o)->type)
30 - #define EVP_PKEY_get0_DSA(o) ((o)->pkey.dsa)
31 - static EVP_MD_CTX *EVP_MD_CTX_new(void)