summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fw2.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet/ip_fw2.c')
-rw-r--r--sys/netinet/ip_fw2.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/netinet/ip_fw2.c b/sys/netinet/ip_fw2.c
index 1ee1908..367d67c 100644
--- a/sys/netinet/ip_fw2.c
+++ b/sys/netinet/ip_fw2.c
@@ -93,10 +93,6 @@
#include <altq/if_altq.h>
-#ifdef IPSEC
-#include <netinet6/ipsec.h>
-#endif
-
#include <netinet/ip6.h>
#include <netinet/icmp6.h>
#ifdef INET6
@@ -3151,9 +3147,6 @@ check_body:
match = (m_tag_find(m,
PACKET_TAG_IPSEC_IN_DONE, NULL) != NULL);
#endif
-#ifdef IPSEC
- match = (ipsec_getnhist(m) != 0);
-#endif
/* otherwise no match */
break;
OpenPOWER on IntegriCloud