summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2005-06-07 02:36:41 +0000
committerhenning <henning@openbsd.org>2005-06-07 02:36:41 +0000
commit7102678d04348bc4c0591f6457b29cd51fb1a73e (patch)
tree3d0dcda3b64835138b77530720345d669b6f0e66
parentremove CCITT handling (diff)
downloadwireguard-openbsd-7102678d04348bc4c0591f6457b29cd51fb1a73e.tar.xz
wireguard-openbsd-7102678d04348bc4c0591f6457b29cd51fb1a73e.zip
don't include ccitt headers (were not used anyway)
-rw-r--r--sbin/ipsecadm/ipsecadm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/ipsecadm/ipsecadm.c b/sbin/ipsecadm/ipsecadm.c
index 44c52c7cf88..7bacfe281e1 100644
--- a/sbin/ipsecadm/ipsecadm.c
+++ b/sbin/ipsecadm/ipsecadm.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ipsecadm.c,v 1.85 2005/05/25 05:51:13 markus Exp $ */
+/* $OpenBSD: ipsecadm.c,v 1.86 2005/06/07 02:36:41 henning Exp $ */
/*
* The authors of this code are John Ioannidis (ji@tla.org),
* Angelos D. Keromytis (kermit@csd.uch.gr) and
@@ -48,7 +48,6 @@
#include <net/route.h>
#include <net/if_dl.h>
#include <netinet/in.h>
-#include <netccitt/x25.h>
#include <net/pfkeyv2.h>
#include <netinet/ip_ipsp.h>
#include <netinet/in.h>