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>
This commit is contained in:
Sam James
2021-05-03 19:37:10 +01:00
parent 20588adc7f
commit dae8e77fe7

View File

@@ -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;