aboutsummaryrefslogtreecommitdiff
path: root/dns/bind96/files
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2001-02-08 08:35:46 +0000
committerDoug Barton <dougb@FreeBSD.org>2001-02-08 08:35:46 +0000
commit6fd266d4aa8992709ba0fce5ac0895ea77381b73 (patch)
treebc822705b051690fa1b7f0ffc63ff8a8504f3284 /dns/bind96/files
parent57bbbd361d9c4465ac05370a5b0e630f088e539a (diff)
Notes
Diffstat (limited to 'dns/bind96/files')
-rw-r--r--dns/bind96/files/patch-assertions.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/dns/bind96/files/patch-assertions.h b/dns/bind96/files/patch-assertions.h
deleted file mode 100644
index 109fd263a8f3..000000000000
--- a/dns/bind96/files/patch-assertions.h
+++ /dev/null
@@ -1,15 +0,0 @@
---- lib/isc/include/isc/assertions.h.ISC Wed Jan 17 15:42:19 2001
-+++ lib/isc/include/isc/assertions.h Tue Feb 6 22:20:19 2001
-@@ -51,6 +51,12 @@
- #define ISC_CHECK_INVARIANT 1
- #endif
-
-+/*
-+ Turn off ISC debugging code to avoid a possible DOS attack
-+ related to nmap TCP connect() scanning.
-+*/
-+#define ISC_CHECK_NONE
-+
- #ifdef ISC_CHECK_NONE
- #define ISC_CHECK_REQUIRE 0
- #define ISC_CHECK_ENSURE 0