From: Jouni Malinen Date: Sat, 12 Dec 2009 21:33:43 +0000 (+0200) Subject: driver_bsd: Fix build (eapol_sm.h is not needed anymore) X-Git-Tag: hostap_0_7_1~353 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff2a74eeb1e21661b70632313e5f15e262799627;p=thirdparty%2Fhostap.git driver_bsd: Fix build (eapol_sm.h is not needed anymore) --- diff --git a/src/drivers/driver_bsd.c b/src/drivers/driver_bsd.c index ebc8fd7e6..3f31b3151 100644 --- a/src/drivers/driver_bsd.c +++ b/src/drivers/driver_bsd.c @@ -156,7 +156,6 @@ bsd_set_ssid(int s, const char *ifname, const u8 *ssid, size_t ssid_len) #include "l2_packet/l2_packet.h" #include "../../hostapd/hostapd.h" #include "../../hostapd/config.h" -#include "../../hostapd/eapol_sm.h" #include "../../hostapd/sta_flags.h" struct bsd_driver_data {