diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2022-02-04 08:40:48 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-04 17:53:44 +0700 |
commit | 9b5eb786d3f6c59435f84efa449262b110bc7a5d (patch) | |
tree | 2dfe3f13b63069b32ec3b05872a0979df91dd87a /libraries/t38modem-ptlib/ssl3.patch | |
parent | 7c59ca93bc0d696a8e7e20d189b2847ab3b5b584 (diff) |
libraries/t38modem-ptlib: Removed (incompatible with openssl-1.1.x).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/t38modem-ptlib/ssl3.patch')
-rw-r--r-- | libraries/t38modem-ptlib/ssl3.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/libraries/t38modem-ptlib/ssl3.patch b/libraries/t38modem-ptlib/ssl3.patch deleted file mode 100644 index 6fdb7cabea..0000000000 --- a/libraries/t38modem-ptlib/ssl3.patch +++ /dev/null @@ -1,19 +0,0 @@ -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; - |