diff options
author | 2005-09-08 12:44:55 +0000 | |
---|---|---|
committer | 2005-09-08 12:44:55 +0000 | |
commit | fe6a7506e13cb7c3b49b4bea6e5af59f79818eb3 (patch) | |
tree | 8d163af940d9808fc56b316d680009d577bb4bbc /sys/net80211/ieee80211_crypto.c | |
parent | fix reloads where capbilities change (diff) | |
download | wireguard-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.c | 3 |
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> |