summaryrefslogtreecommitdiff
path: root/mail/sendmail/patches/patch-bo
diff options
context:
space:
mode:
Diffstat (limited to 'mail/sendmail/patches/patch-bo')
-rw-r--r--mail/sendmail/patches/patch-bo24
1 files changed, 24 insertions, 0 deletions
diff --git a/mail/sendmail/patches/patch-bo b/mail/sendmail/patches/patch-bo
new file mode 100644
index 00000000000..33152094bdc
--- /dev/null
+++ b/mail/sendmail/patches/patch-bo
@@ -0,0 +1,24 @@
+$NetBSD: patch-bo,v 1.1 2019/07/15 04:32:49 jnemeth Exp $
+
+--- sendmail/sendmail.h.orig 2015-06-19 12:59:29.000000000 +0000
++++ sendmail/sendmail.h
+@@ -57,6 +57,8 @@ SM_UNUSED(static char SmailId[]) = "@(#)
+ #endif /* _DEFINE */
+
+ #include "bf.h"
++#include <blacklist.h>
++#include "blacklist_client.h"
+ #include "timers.h"
+ #include <sm/exc.h>
+ #include <sm/heap.h>
+@@ -2544,6 +2546,10 @@ EXTERN int ConnectionRateWindowSize;
+ EXTERN bool SSLEngineInitialized;
+ #endif /* STARTTLS && USE_OPENSSL_ENGINE */
+
++#if USE_BLACKLIST
++EXTERN bool UseBlacklist;
++#endif
++
+ /*
+ ** Declarations of useful functions
+ */