From: Jouni Malinen Date: Mon, 12 Oct 2009 06:10:24 +0000 (+0300) Subject: Include aes_unwrap in build when needed (FT and EAP-FAST server) X-Git-Tag: hostap_0_7_0~135 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=786c4fee9d7fbea03ac07a1974b895cd701e8a1b;p=thirdparty%2Fhostap.git Include aes_unwrap in build when needed (FT and EAP-FAST server) --- diff --git a/hostapd/Makefile b/hostapd/Makefile index 55b54f599..22d298ed5 100644 --- a/hostapd/Makefile +++ b/hostapd/Makefile @@ -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