diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2020-07-05 14:13:41 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2020-07-05 14:13:41 +0000 |
commit | 7dca9547aa6ca885de53a2f5e7ba6d1938cf8293 (patch) | |
tree | 7fa904c9d9e0aa9212692ace3cb8f8c0457af52c /mail/sendmail/files/patch-sendmail.h | |
parent | - keep STAGEDIR clean (diff) |
- update to 8.16.1
Diffstat (limited to 'mail/sendmail/files/patch-sendmail.h')
-rw-r--r-- | mail/sendmail/files/patch-sendmail.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/mail/sendmail/files/patch-sendmail.h b/mail/sendmail/files/patch-sendmail.h index 17e55f10fcf3..311efa6e5e43 100644 --- a/mail/sendmail/files/patch-sendmail.h +++ b/mail/sendmail/files/patch-sendmail.h @@ -1,7 +1,7 @@ ---- sendmail/sendmail.h.orig 2015-06-19 12:59:29 UTC +--- sendmail/sendmail.h.orig 2020-07-02 05:00:37 UTC +++ sendmail/sendmail.h -@@ -57,6 +57,10 @@ SM_UNUSED(static char SmailId[]) = "@(#) - #endif /* _DEFINE */ +@@ -63,6 +63,10 @@ SM_UNUSED(static char SmailId[]) = "@(#)$Id: sendmail. + #endif #include "bf.h" +#if USE_BLACKLIST @@ -11,14 +11,14 @@ #include "timers.h" #include <sm/exc.h> #include <sm/heap.h> -@@ -2544,6 +2548,10 @@ EXTERN int ConnectionRateWindowSize; - EXTERN bool SSLEngineInitialized; - #endif /* STARTTLS && USE_OPENSSL_ENGINE */ +@@ -2575,6 +2579,10 @@ EXTERN int Hacks; /* bit field of run-time enabled "ha + #endif + EXTERN int ConnectionRateWindowSize; ++ +#if USE_BLACKLIST +EXTERN bool UseBlacklist; +#endif -+ + /* ** Declarations of useful functions - */ |