Blame SOURCES/sendmail-8.14.7-tls11-12-config-options.patch

0da65e
diff --git a/sendmail/readcf.c b/sendmail/readcf.c
0da65e
index b749e1f..140f4b0 100644
0da65e
--- a/sendmail/readcf.c
0da65e
+++ b/sendmail/readcf.c
0da65e
@@ -2374,6 +2374,12 @@ static struct ssl_options
0da65e
 #ifdef SSL_OP_NO_TLSv1
0da65e
 	{ "SSL_OP_NO_TLSv1",	SSL_OP_NO_TLSv1	},
0da65e
 #endif
0da65e
+#ifdef SSL_OP_NO_TLSv1_1
0da65e
+        { "SSL_OP_NO_TLSv1_1",    SSL_OP_NO_TLSv1_1 },
0da65e
+#endif /* SSL_OP_NO_TLSv1_1 */
0da65e
+#ifdef SSL_OP_NO_TLSv1_2
0da65e
+        { "SSL_OP_NO_TLSv1_2",    SSL_OP_NO_TLSv1_2 },
0da65e
+#endif /* SSL_OP_NO_TLSv1_2 */
0da65e
 #ifdef SSL_OP_PKCS1_CHECK_1
0da65e
 	{ "SSL_OP_PKCS1_CHECK_1",	SSL_OP_PKCS1_CHECK_1	},
0da65e
 #endif