summaryrefslogtreecommitdiffstats
path: root/libraries/ptlib/ssl3.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/ptlib/ssl3.patch')
-rw-r--r--libraries/ptlib/ssl3.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/ptlib/ssl3.patch b/libraries/ptlib/ssl3.patch
new file mode 100644
index 0000000000..6fdb7cabea
--- /dev/null
+++ b/libraries/ptlib/ssl3.patch
@@ -0,0 +1,19 @@
+diff -u -r ptlib-2.10.11/src/ptclib/pssl.cxx ptlib-2.10.11-nossl3/src/ptclib/pssl.cxx
+--- ptlib-2.10.11/src/ptclib/pssl.cxx 2013-08-15 01:20:27.000000000 +0200
++++ ptlib-2.10.11-nossl3/src/ptclib/pssl.cxx 2016-03-03 11:39:02.224835510 +0100
+@@ -805,13 +805,11 @@
+ SSL_METHOD * meth;
+
+ switch (method) {
+- case SSLv3:
+- meth = SSLv3_method();
+- break;
+ case TLSv1:
+ meth = TLSv1_method();
+ break;
+ case SSLv23:
++ case SSLv3:
+ default:
+ meth = SSLv23_method();
+ break;
+