SHA256 is needed for EAP-AKA' and WPS
authorJouni Malinen <j@w1.fi>
Wed, 10 Dec 2008 22:48:13 +0000 (00:48 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 10 Dec 2008 22:48:13 +0000 (00:48 +0200)
wpa_supplicant/Makefile

index 02b28f6..c7dffb0 100644 (file)
@@ -434,6 +434,7 @@ CFLAGS += -DEAP_AKA_PRIME_DYNAMIC
 else
 CFLAGS += -DEAP_AKA_PRIME
 endif
+NEED_SHA256=y
 endif
 
 ifdef CONFIG_EAP_SIM_COMMON
@@ -524,6 +525,7 @@ OBJS_h += ../src/eap_server/eap_wsc.o
 endif
 CONFIG_IEEE8021X_EAPOL=y
 NEED_DH_GROUPS=y
+NEED_SHA256=y
 endif
 
 ifdef CONFIG_EAP_IKEV2