summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAndreas Beckmann <anbe@debian.org>2014-05-21 21:07:46 +0200
committerAndreas Beckmann <anbe@debian.org>2014-05-21 21:11:58 +0200
commit40bed1ebdb8b383ae2d4144a36ef6629c18420e3 (patch)
treefac268dafd57daef1752d2d010453898320918b4 /debian
parentf53275311143adced127b9406d1060a35379ec15 (diff)
downloadsendmail-40bed1ebdb8b383ae2d4144a36ef6629c18420e3.tar.gz
refresh patch to apply on 8.14.4
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/8.14/8.14.4/ssl_op_no_tlsv1_x.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/patches/8.14/8.14.4/ssl_op_no_tlsv1_x.patch b/debian/patches/8.14/8.14.4/ssl_op_no_tlsv1_x.patch
index 305294e..54d81b2 100644
--- a/debian/patches/8.14/8.14.4/ssl_op_no_tlsv1_x.patch
+++ b/debian/patches/8.14/8.14.4/ssl_op_no_tlsv1_x.patch
@@ -14,12 +14,12 @@ Regards,
David.
---- sendmail-8.14.7/sendmail/readcf.c 2013-03-15 18:54:12.000000000 +0100
-+++ sendmail-8.14.8/sendmail/readcf.c 2013-11-22 21:51:56.000000000 +0100
-@@ -2373,6 +2385,12 @@ static struct ssl_options
+--- a/sendmail/readcf.c
++++ b/sendmail/readcf.c
+@@ -2335,6 +2335,12 @@ static struct ssl_options
#ifdef SSL_OP_NO_TLSv1
{ "SSL_OP_NO_TLSv1", SSL_OP_NO_TLSv1 },
- #endif
+ #endif /* SSL_OP_NO_TLSv1 */
+#ifdef SSL_OP_NO_TLSv1_2
+ { "SSL_OP_NO_TLSv1_2", SSL_OP_NO_TLSv1_2 },
+#endif
@@ -28,4 +28,4 @@ David.
+#endif
#ifdef SSL_OP_PKCS1_CHECK_1
{ "SSL_OP_PKCS1_CHECK_1", SSL_OP_PKCS1_CHECK_1 },
- #endif
+ #endif /* SSL_OP_PKCS1_CHECK_1 */