diff options
author | Sam James <sam@gentoo.org> | 2021-05-03 19:31:37 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-03 19:45:36 +0100 |
commit | 874b27d8c1de97b061e326b25070bb88b5915700 (patch) | |
tree | 9bc39b6f335bd50dcdbd0e3dce2c17f3a268cd82 /net-misc/seafile-client | |
parent | net-misc/ntp: drop obsolete LibreSSL patch, restore no-SSL patch (diff) | |
download | gentoo-874b27d8c1de97b061e326b25070bb88b5915700.tar.gz gentoo-874b27d8c1de97b061e326b25070bb88b5915700.tar.bz2 gentoo-874b27d8c1de97b061e326b25070bb88b5915700.zip |
net-misc/seafile-client: drop obsolete LibreSSL patch
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/seafile-client')
-rw-r--r-- | net-misc/seafile-client/files/seafile-client-7.0.9-libressl.patch | 14 |
1 files changed, 0 insertions, 14 deletions
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) - { |