From 29aabba0ea759c6a2864ff5631735b67ee38e5e0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 5 Feb 2020 18:44:56 +0000 Subject: gentoo resync : 05.02.2020 --- net-libs/libssh/files/libssh-0.9.0-libressl.patch | 33 ----------------------- 1 file changed, 33 deletions(-) delete mode 100644 net-libs/libssh/files/libssh-0.9.0-libressl.patch (limited to 'net-libs/libssh/files') diff --git a/net-libs/libssh/files/libssh-0.9.0-libressl.patch b/net-libs/libssh/files/libssh-0.9.0-libressl.patch deleted file mode 100644 index 355e832308e2..000000000000 --- a/net-libs/libssh/files/libssh-0.9.0-libressl.patch +++ /dev/null @@ -1,33 +0,0 @@ -From 08bdd5b26388f92867ab03e36d73e32481faed88 Mon Sep 17 00:00:00 2001 -From: Stefan Strogin -Date: Mon, 1 Jul 2019 13:35:09 +0300 -Subject: [PATCH] libcrypto: fix compilation with LibreSSL - -LibreSSL does not support FIPS, so do not check it. - -Signed-off-by: Stefan Strogin -Upstream-Status: Submitted -[https://www.libssh.org/archive/libssh/2019-07/0000000.html] ---- - include/libssh/libcrypto.h | 4 ++++ - 1 file changed, 4 insertions(+) - -diff --git a/include/libssh/libcrypto.h b/include/libssh/libcrypto.h -index 541912b5..1a1df635 100644 ---- a/include/libssh/libcrypto.h -+++ b/include/libssh/libcrypto.h -@@ -112,7 +112,11 @@ typedef BN_CTX* bignum_CTX; - - - /* Returns true if the OpenSSL is operating in FIPS mode */ -+#ifndef LIBRESSL_VERSION_NUMBER - #define ssh_fips_mode() (FIPS_mode() != 0) -+#else -+#define ssh_fips_mode() false -+#endif - - #endif /* HAVE_LIBCRYPTO */ - --- -2.22.0 - -- cgit v1.2.3