From 3cfccd195f6b7f0b1f8098b0df6ee53c830fc407 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Tue, 18 Sep 2018 19:50:14 +0200 Subject: [PATCH] - missing patch --- openssl.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 openssl.patch diff --git a/openssl.patch b/openssl.patch new file mode 100644 index 0000000..4d64c9e --- /dev/null +++ b/openssl.patch @@ -0,0 +1,11 @@ +--- commoncpp2-1.8.1/src/ssl.cpp~ 2010-11-01 01:42:51.000000000 +0100 ++++ commoncpp2-1.8.1/src/ssl.cpp 2018-09-14 20:17:05.700039090 +0200 +@@ -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(TLS_client_method()); + if(!ctx) { + SSL_CTX_free(ctx); + return false; -- 2.43.0