]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Fix EAP-pwd server file name for wpa_supplicant AP builds
authorJouni Malinen <j@w1.fi>
Sun, 13 Jan 2013 16:25:19 +0000 (18:25 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 13 Jan 2013 17:06:53 +0000 (19:06 +0200)
Signed-hostap: Jouni Malinen <j@w1.fi>

wpa_supplicant/Android.mk
wpa_supplicant/Makefile

index 1cf6444d469790de110b44d11aa02269d7360110..da9577d80c9d2b5e5468b417d31be5385745d61e 100644 (file)
@@ -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
index 672e62b972df3e58624c5532630081f5c2fe736a..ee1d9d031bed7144c338f79096b46bd89122c130 100644 (file)
@@ -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