summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_crypto.c
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2005-09-08 12:44:55 +0000
committerjsg <jsg@openbsd.org>2005-09-08 12:44:55 +0000
commitfe6a7506e13cb7c3b49b4bea6e5af59f79818eb3 (patch)
tree8d163af940d9808fc56b316d680009d577bb4bbc /sys/net80211/ieee80211_crypto.c
parentfix reloads where capbilities change (diff)
downloadwireguard-openbsd-fe6a7506e13cb7c3b49b4bea6e5af59f79818eb3.tar.xz
wireguard-openbsd-fe6a7506e13cb7c3b49b4bea6e5af59f79818eb3.zip
Remove the last of the FreeBSD compatiblity goop.
ok reyk@
Diffstat (limited to 'sys/net80211/ieee80211_crypto.c')
-rw-r--r--sys/net80211/ieee80211_crypto.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net80211/ieee80211_crypto.c b/sys/net80211/ieee80211_crypto.c
index 1d51df1ce9a..c5cb257c7cc 100644
--- a/sys/net80211/ieee80211_crypto.c
+++ b/sys/net80211/ieee80211_crypto.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ieee80211_crypto.c,v 1.5 2005/09/08 09:11:08 jsg Exp $ */
+/* $OpenBSD: ieee80211_crypto.c,v 1.6 2005/09/08 12:44:55 jsg Exp $ */
/* $NetBSD: ieee80211_crypto.c,v 1.5 2003/12/14 09:56:53 dyoung Exp $ */
/*-
@@ -65,7 +65,6 @@
#endif
#include <net80211/ieee80211_var.h>
-#include <net80211/ieee80211_compat.h>
#include <dev/rndvar.h>
#include <crypto/arc4.h>