]> git.pld-linux.org Git - packages/commoncpp2.git/commitdiff
- missing patch auto/th/commoncpp2-1.8.1-5
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 18 Sep 2018 17:50:14 +0000 (19:50 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 18 Sep 2018 17:50:14 +0000 (19:50 +0200)
openssl.patch [new file with mode: 0644]

diff --git a/openssl.patch b/openssl.patch
new file mode 100644 (file)
index 0000000..4d64c9e
--- /dev/null
@@ -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;
This page took 0.082527 seconds and 4 git commands to generate.