summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authortobhe <tobhe@cvs.openbsd.org>2020-10-09 08:59:17 +0000
committertobhe <tobhe@cvs.openbsd.org>2020-10-09 08:59:17 +0000
commit4ab218d6734ee441088705383b31aaac13bb529f (patch)
tree98ccb257f82619e4fabb31f7cae03c23e1a2cd29 /sbin
parent7ea36cd880733b2840596fb14ea8055c84d06d89 (diff)
More unused headers.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/iked/ca.c3
-rw-r--r--sbin/iked/config.c3
-rw-r--r--sbin/iked/control.c4
-rw-r--r--sbin/iked/eap.c3
-rw-r--r--sbin/iked/ikev2.c3
-rw-r--r--sbin/iked/ikev2_msg.c3
-rw-r--r--sbin/iked/ikev2_pld.c3
7 files changed, 7 insertions, 15 deletions
diff --git a/sbin/iked/ca.c b/sbin/iked/ca.c
index d5f248801b1..7a7763cf649 100644
--- a/sbin/iked/ca.c
+++ b/sbin/iked/ca.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ca.c,v 1.72 2020/10/09 08:54:24 tobhe Exp $ */
+/* $OpenBSD: ca.c,v 1.73 2020/10/09 08:59:15 tobhe Exp $ */
/*
* Copyright (c) 2010-2013 Reyk Floeter <reyk@openbsd.org>
@@ -29,7 +29,6 @@
#include <syslog.h>
#include <errno.h>
#include <err.h>
-#include <pwd.h>
#include <event.h>
#include <openssl/bio.h>
diff --git a/sbin/iked/config.c b/sbin/iked/config.c
index a0d214b4f8d..8b946a54f70 100644
--- a/sbin/iked/config.c
+++ b/sbin/iked/config.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: config.c,v 1.69 2020/10/09 08:54:24 tobhe Exp $ */
+/* $OpenBSD: config.c,v 1.70 2020/10/09 08:59:15 tobhe Exp $ */
/*
* Copyright (c) 2019 Tobias Heider <tobias.heider@stusta.de>
@@ -28,7 +28,6 @@
#include <signal.h>
#include <errno.h>
#include <err.h>
-#include <pwd.h>
#include <event.h>
#include <openssl/evp.h>
diff --git a/sbin/iked/control.c b/sbin/iked/control.c
index 89354dea06b..4328f5a0208 100644
--- a/sbin/iked/control.c
+++ b/sbin/iked/control.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: control.c,v 1.29 2020/04/03 08:20:32 tobhe Exp $ */
+/* $OpenBSD: control.c,v 1.30 2020/10/09 08:59:15 tobhe Exp $ */
/*
* Copyright (c) 2010-2013 Reyk Floeter <reyk@openbsd.org>
@@ -23,8 +23,6 @@
#include <sys/un.h>
#include <sys/tree.h>
-#include <net/if.h>
-
#include <errno.h>
#include <event.h>
#include <fcntl.h>
diff --git a/sbin/iked/eap.c b/sbin/iked/eap.c
index 2eb8012497e..8c90d418e79 100644
--- a/sbin/iked/eap.c
+++ b/sbin/iked/eap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: eap.c,v 1.17 2020/10/09 08:54:24 tobhe Exp $ */
+/* $OpenBSD: eap.c,v 1.18 2020/10/09 08:59:15 tobhe Exp $ */
/*
* Copyright (c) 2010-2013 Reyk Floeter <reyk@openbsd.org>
@@ -30,7 +30,6 @@
#include <signal.h>
#include <errno.h>
#include <err.h>
-#include <pwd.h>
#include <event.h>
#include <openssl/sha.h>
diff --git a/sbin/iked/ikev2.c b/sbin/iked/ikev2.c
index 74babd42d65..a4e50318c90 100644
--- a/sbin/iked/ikev2.c
+++ b/sbin/iked/ikev2.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ikev2.c,v 1.266 2020/10/09 08:54:24 tobhe Exp $ */
+/* $OpenBSD: ikev2.c,v 1.267 2020/10/09 08:59:15 tobhe Exp $ */
/*
* Copyright (c) 2019 Tobias Heider <tobias.heider@stusta.de>
@@ -34,7 +34,6 @@
#include <signal.h>
#include <errno.h>
#include <err.h>
-#include <pwd.h>
#include <event.h>
#include <openssl/sha.h>
diff --git a/sbin/iked/ikev2_msg.c b/sbin/iked/ikev2_msg.c
index e43fb43bf19..13d3c3e6694 100644
--- a/sbin/iked/ikev2_msg.c
+++ b/sbin/iked/ikev2_msg.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ikev2_msg.c,v 1.75 2020/10/09 08:54:24 tobhe Exp $ */
+/* $OpenBSD: ikev2_msg.c,v 1.76 2020/10/09 08:59:16 tobhe Exp $ */
/*
* Copyright (c) 2019 Tobias Heider <tobias.heider@stusta.de>
@@ -33,7 +33,6 @@
#include <signal.h>
#include <errno.h>
#include <err.h>
-#include <pwd.h>
#include <event.h>
#include <openssl/sha.h>
diff --git a/sbin/iked/ikev2_pld.c b/sbin/iked/ikev2_pld.c
index cc10ddad278..63b431c7857 100644
--- a/sbin/iked/ikev2_pld.c
+++ b/sbin/iked/ikev2_pld.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ikev2_pld.c,v 1.102 2020/10/09 08:54:24 tobhe Exp $ */
+/* $OpenBSD: ikev2_pld.c,v 1.103 2020/10/09 08:59:16 tobhe Exp $ */
/*
* Copyright (c) 2019 Tobias Heider <tobias.heider@stusta.de>
@@ -32,7 +32,6 @@
#include <signal.h>
#include <errno.h>
#include <err.h>
-#include <pwd.h>
#include <event.h>
#include <openssl/sha.h>