summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/ipsec.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2014-01-22 03:09:32 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2014-01-22 03:09:32 +0000
commit314ddfd07d149063d3e523842f045fb9d9904e87 (patch)
treed5402d5cd0f8b9b6ad246ec6e643efc42ec32632 /sbin/isakmpd/ipsec.c
parent21edc3f064f23fc4f53d428c1d8d0eecc8e21b1f (diff)
improve randomization. remove some junk debugging features that are
fundamentally broken. ok jsing mikeb
Diffstat (limited to 'sbin/isakmpd/ipsec.c')
-rw-r--r--sbin/isakmpd/ipsec.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/isakmpd/ipsec.c b/sbin/isakmpd/ipsec.c
index e5cbc7e215b..2853662a1b8 100644
--- a/sbin/isakmpd/ipsec.c
+++ b/sbin/isakmpd/ipsec.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ipsec.c,v 1.139 2013/11/21 22:25:01 yasuoka Exp $ */
+/* $OpenBSD: ipsec.c,v 1.140 2014/01/22 03:09:31 deraadt Exp $ */
/* $EOM: ipsec.c,v 1.143 2000/12/11 23:57:42 niklas Exp $ */
/*
@@ -42,8 +42,6 @@
#include <net/if.h>
#include <net/pfvar.h>
-#include "sysdep.h"
-
#include "attribute.h"
#include "conf.h"
#include "connection.h"