mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-28 18:28:23 -05:00
Fix EAP-pwd server file name for wpa_supplicant AP builds
Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
2ee1594da9
commit
a13e1cc345
@ -555,7 +555,7 @@ endif
|
||||
ifdef CONFIG_EAP_PWD
|
||||
L_CFLAGS += -DEAP_PWD
|
||||
OBJS += src/eap_peer/eap_pwd.c src/eap_common/eap_pwd_common.c
|
||||
OBJS_h += src/eap_server/eap_pwd.c
|
||||
OBJS_h += src/eap_server/eap_server_pwd.c
|
||||
CONFIG_IEEE8021X_EAPOL=y
|
||||
NEED_SHA256=y
|
||||
endif
|
||||
|
@ -563,7 +563,7 @@ endif
|
||||
ifdef CONFIG_EAP_PWD
|
||||
CFLAGS += -DEAP_PWD
|
||||
OBJS += ../src/eap_peer/eap_pwd.o ../src/eap_common/eap_pwd_common.o
|
||||
OBJS_h += ../src/eap_server/eap_pwd.o
|
||||
OBJS_h += ../src/eap_server/eap_server_pwd.o
|
||||
CONFIG_IEEE8021X_EAPOL=y
|
||||
NEED_SHA256=y
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user