From: Jouni Malinen Date: Fri, 29 May 2009 19:35:08 +0000 (+0300) Subject: hostapd: EAP-AKA' needs SHA256 X-Git-Tag: hostap_0_7_0~283 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=36c88ec814c6c2d0232721314d96cdceda525002;p=thirdparty%2Fhostap.git hostapd: EAP-AKA' needs SHA256 --- diff --git a/hostapd/Makefile b/hostapd/Makefile index 9baeea60f..a1fba3e07 100644 --- a/hostapd/Makefile +++ b/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