commit:     dae8e77fe7ab3335ad81fb480fd4283c98d58aa7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May  3 18:37:10 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May  3 18:45:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dae8e77f

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 <AT> gentoo.org>

 dev-cpp/commoncpp2/files/1.8.1-libressl.patch | 15 ---------------
 1 file changed, 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 9779a53d8fa..00000000000
--- a/dev-cpp/commoncpp2/files/1.8.1-libressl.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Upstream-Status: Submitted [[email protected]]
-
-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;

Reply via email to