summaryrefslogtreecommitdiff
path: root/mail/sendmail/files/patch-readcf.c
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2021-08-19 11:52:11 +0200
committerDirk Meyer <dinoex@FreeBSD.org>2021-08-19 11:52:11 +0200
commit7a1aa2b266a3b4e48e6278297a3e771f8b3c949c (patch)
tree3c18041701f978d76f20d47da6fd2a6770d2dd95 /mail/sendmail/files/patch-readcf.c
parentcad/appcsxcad: New port: Minimal GUI Application using the QCSXCAD library (diff)
mail/sendmail-devel: Update to 8.17.1
Diffstat (limited to 'mail/sendmail/files/patch-readcf.c')
-rw-r--r--mail/sendmail/files/patch-readcf.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/mail/sendmail/files/patch-readcf.c b/mail/sendmail/files/patch-readcf.c
index 3eb727ec8127..67ce57ab7d99 100644
--- a/mail/sendmail/files/patch-readcf.c
+++ b/mail/sendmail/files/patch-readcf.c
@@ -1,7 +1,7 @@
---- sendmail/readcf.c.orig 2020-06-02 09:41:43 UTC
+--- sendmail/readcf.c.orig 2021-07-14 05:34:51 UTC
+++ sendmail/readcf.c
-@@ -2979,6 +2979,10 @@ static struct optioninfo
- { "SetCertAltnames", O_CHECKALTNAMES, OI_NONE },
+@@ -3056,6 +3056,10 @@ static struct optioninfo
+ { "CipherSuites", O_CIPHERSUITES, OI_NONE },
#endif
+#if USE_BLACKLIST
@@ -11,16 +11,16 @@
{ NULL, '\0', OI_NONE }
};
-@@ -4678,6 +4682,12 @@ setoption(opt, val, safe, sticky, e)
- SetCertAltnames = atobool(val);
+@@ -4795,6 +4799,12 @@ setoption(opt, val, safe, sticky, e)
break;
- # endif
-+
+ #endif
+
+#if USE_BLACKLIST
+ case O_BLACKLIST:
+ UseBlacklist = atobool(val);
+ break;
+#endif
-
++
default:
if (tTd(37, 1))
+ {