From a978c074e4272bb901fbe4a10de0a7b2af574f17 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 4 May 2021 22:28:33 +0100 Subject: gentoo resync : 04.05.2021 --- .../files/seafile-client-7.0.9-libressl.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 net-misc/seafile-client/files/seafile-client-7.0.9-libressl.patch (limited to 'net-misc/seafile-client/files') diff --git a/net-misc/seafile-client/files/seafile-client-7.0.9-libressl.patch b/net-misc/seafile-client/files/seafile-client-7.0.9-libressl.patch deleted file mode 100644 index d7fdc2201d12..000000000000 --- a/net-misc/seafile-client/files/seafile-client-7.0.9-libressl.patch +++ /dev/null @@ -1,14 +0,0 @@ -Upstream pull request: https://github.com/haiwen/seafile-client/pull/1314 -diff --git a/src/utils/rsa.cpp b/src/utils/rsa.cpp -index 350b790..513733d 100644 ---- a/src/utils/rsa.cpp -+++ b/src/utils/rsa.cpp -@@ -13,7 +13,7 @@ namespace { - - /* Forward compatibility functions if libssl < 1.1.0. */ - --#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) -+#if OPENSSL_VERSION_NUMBER < 0x10100000L || (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x2070000fL) - - int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d) - { -- cgit v1.2.3