Browse Source

hostapd: EAP-AKA' needs SHA256

Jouni Malinen 16 years ago
parent
commit
36c88ec814
1 changed files with 1 additions and 0 deletions
  1. 1 0
      hostapd/Makefile

+ 1 - 0
hostapd/Makefile

@@ -252,6 +252,7 @@ ifdef CONFIG_EAP_AKA
 CFLAGS += -DEAP_SERVER_AKA
 OBJS += ../src/eap_server/eap_aka.o
 CONFIG_EAP_SIM_COMMON=y
+NEED_SHA256=y
 endif
 
 ifdef CONFIG_EAP_AKA_PRIME