summaryrefslogtreecommitdiffstats
path: root/ssl3.patch
diff options
context:
space:
mode:
authorLibravatar Bartłomiej Piotrowski <bpiotrowski@archlinux.org>2018-01-05 21:09:36 +0100
committerLibravatar Bartłomiej Piotrowski <bpiotrowski@archlinux.org>2018-01-05 21:09:36 +0100
commit1b8eea2f3382c0b4253576f80f1f39542acf3549 (patch)
treed30bdc1a744feaab33d17488ab1e3c0fb2b3d65c /ssl3.patch
downloadpkgbuilds-1b8eea2f3382c0b4253576f80f1f39542acf3549.tar.gz
pkgbuilds-1b8eea2f3382c0b4253576f80f1f39542acf3549.tar.zst
pkgbuilds-1b8eea2f3382c0b4253576f80f1f39542acf3549.zip
Import from official repositories
Diffstat (limited to 'ssl3.patch')
-rw-r--r--ssl3.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/ssl3.patch b/ssl3.patch
new file mode 100644
index 0000000..ca8c836
--- /dev/null
+++ b/ssl3.patch
@@ -0,0 +1,14 @@
1diff -wbBur delegate9.9.13.org/filters/sslway.c delegate9.9.13/filters/sslway.c
2--- delegate9.9.13.org/filters/sslway.c 2014-06-02 07:06:16.000000000 +0400
3+++ delegate9.9.13/filters/sslway.c 2016-06-02 13:53:03.507177191 +0300
4@@ -310,8 +310,8 @@
5
6 SSL_METHOD *SSLv2_server_method(); /*OPT(0)*/
7 SSL_METHOD *SSLv2_client_method(); /*OPT(0)*/
8-SSL_METHOD *SSLv3_server_method();
9-SSL_METHOD *SSLv3_client_method();
10+SSL_METHOD *SSLv3_server_method(); /*OPT(0)*/
11+SSL_METHOD *SSLv3_client_method(); /*OPT(0)*/
12 SSL_METHOD *SSLv23_server_method();
13 SSL_METHOD *SSLv23_client_method();
14 SSL_METHOD *TLSv1_server_method();