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

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