diff options
author | Sam James <sam@gentoo.org> | 2021-05-03 19:28:43 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-03 19:45:34 +0100 |
commit | 2af9062000be9ef7889c3fc5e22586ee6a5483e8 (patch) | |
tree | d321ec7af8fa0354d0ab29fa8eaafabebadd1923 /sys-block/open-isns | |
parent | app-backup/bacula: drop obsolete LibreSSL patches (diff) | |
download | gentoo-2af9062000be9ef7889c3fc5e22586ee6a5483e8.tar.gz gentoo-2af9062000be9ef7889c3fc5e22586ee6a5483e8.tar.bz2 gentoo-2af9062000be9ef7889c3fc5e22586ee6a5483e8.zip |
sys-block/open-isns: drop obsolete LibreSSL patch
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-block/open-isns')
-rw-r--r-- | sys-block/open-isns/files/open-isns-0.98-libressl-compatibility.patch | 11 |
1 files changed, 0 insertions, 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 b4d5ae63786d..000000000000 --- 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) |