]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Include aes_unwrap in build when needed (FT and EAP-FAST server)
authorJouni Malinen <j@w1.fi>
Mon, 12 Oct 2009 06:10:24 +0000 (09:10 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 12 Oct 2009 06:10:24 +0000 (09:10 +0300)
hostapd/Makefile

index 55b54f59958fa339f67ac6100c4203b96fe47fd5..22d298ed553e117aa5151dd9a9c277a891151ae2 100644 (file)
@@ -119,6 +119,7 @@ ifdef CONFIG_IEEE80211R
 CFLAGS += -DCONFIG_IEEE80211R
 OBJS += wpa_ft.o
 NEED_SHA256=y
+NEED_AES_UNWRAP=y
 endif
 
 ifdef CONFIG_IEEE80211N
@@ -253,6 +254,7 @@ OBJS += ../src/eap_server/eap_fast.o
 OBJS += ../src/eap_common/eap_fast_common.o
 TLS_FUNCS=y
 NEED_T_PRF=y
+NEED_AES_UNWRAP=y
 endif
 
 ifdef CONFIG_WPS