summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_esp.c
diff options
context:
space:
mode:
authorMarco Pfatschbacher <mpf@cvs.openbsd.org>2007-11-19 11:03:22 +0000
committerMarco Pfatschbacher <mpf@cvs.openbsd.org>2007-11-19 11:03:22 +0000
commit3023350bc0500daf56c0e54c411eafe99e71abc2 (patch)
tree148f0faa56a28410fec27d691eeea2248da2db58 /sys/netinet/ip_esp.c
parentfa778109d103e1b6d56bbb8d589d731785d9b480 (diff)
Remove the #define ENCDEBUG that slipped through somehow.
OK hshoexer@
Diffstat (limited to 'sys/netinet/ip_esp.c')
-rw-r--r--sys/netinet/ip_esp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet/ip_esp.c b/sys/netinet/ip_esp.c
index 8c9f45b70a2..d4ab426bcff 100644
--- a/sys/netinet/ip_esp.c
+++ b/sys/netinet/ip_esp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_esp.c,v 1.103 2007/10/17 20:01:26 hshoexer Exp $ */
+/* $OpenBSD: ip_esp.c,v 1.104 2007/11/19 11:03:21 mpf Exp $ */
/*
* The authors of this code are John Ioannidis (ji@tla.org),
* Angelos D. Keromytis (kermit@csd.uch.gr) and
@@ -76,7 +76,6 @@
#include "bpfilter.h"
-#define ENCDEBUG
#ifdef ENCDEBUG
#define DPRINTF(x) if (encdebug) printf x
#else