diff options
Diffstat (limited to 'sbin/isakmpd/exchange.c')
-rw-r--r-- | sbin/isakmpd/exchange.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/isakmpd/exchange.c b/sbin/isakmpd/exchange.c index 7977ed6f98b..5d8bb62e791 100644 --- a/sbin/isakmpd/exchange.c +++ b/sbin/isakmpd/exchange.c @@ -1,4 +1,4 @@ -/* $OpenBSD: exchange.c,v 1.118 2005/04/08 19:40:02 deraadt Exp $ */ +/* $OpenBSD: exchange.c,v 1.119 2005/04/08 22:32:09 cloder Exp $ */ /* $EOM: exchange.c,v 1.143 2000/12/04 00:02:25 angelos Exp $ */ /* @@ -40,8 +40,6 @@ #include <regex.h> #include <keynote.h> -#include "sysdep.h" - #include "cert.h" #include "conf.h" #include "connection.h" |