Parcourir la source

Include aes_unwrap in build when needed (FT and EAP-FAST server)

Jouni Malinen il y a 15 ans
Parent
commit
786c4fee9d
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      hostapd/Makefile

+ 2 - 0
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