summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-05-03 19:37:10 +0100
committerSam James <sam@gentoo.org>2021-05-03 19:45:45 +0100
commitdae8e77fe7ab3335ad81fb480fd4283c98d58aa7 (patch)
treeb72a90a9d0f75be7950c885f314514e056ff3b87 /dev-cpp/commoncpp2
parentapp-pda/libimobiledevice: drop obsolete LibreSSL patch(es) (diff)
downloadgentoo-dae8e77fe7ab3335ad81fb480fd4283c98d58aa7.tar.gz
gentoo-dae8e77fe7ab3335ad81fb480fd4283c98d58aa7.tar.bz2
gentoo-dae8e77fe7ab3335ad81fb480fd4283c98d58aa7.zip
dev-cpp/commoncpp2: drop obsolete LibreSSL patch(es)
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp/commoncpp2')
-rw-r--r--dev-cpp/commoncpp2/files/1.8.1-libressl.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/dev-cpp/commoncpp2/files/1.8.1-libressl.patch b/dev-cpp/commoncpp2/files/1.8.1-libressl.patch
deleted file mode 100644
index 9779a53d8fa0..000000000000
--- a/dev-cpp/commoncpp2/files/1.8.1-libressl.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Upstream-Status: Submitted [bug-commoncpp@gnu.org]
-
-diff --git a/src/ssl.cpp b/src/ssl.cpp
-index 5bf526d..3cd7040 100644
---- a/src/ssl.cpp
-+++ b/src/ssl.cpp
-@@ -386,7 +386,7 @@ bool SSLStream::getSession(void)
- if(so == INVALID_SOCKET)
- return false;
-
-- ctx = SSL_CTX_new(SSLv3_client_method());
-+ ctx = SSL_CTX_new(SSLv23_client_method());
- if(!ctx) {
- SSL_CTX_free(ctx);
- return false;