diff options
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/commoncpp2/files/1.8.1-libressl.patch | 15 |
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; |