Include MS_FUNCS=y for EAP-pwd peer build

This is needed to allow wpa_supplicant to be built with EAP-pwd, but
without any other EAP method that pulled in MS_FUNCS.

Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
Jouni Malinen 2022-04-17 12:30:56 +03:00
parent c7f71fb867
commit 747c5f2281
2 changed files with 2 additions and 0 deletions

View file

@ -740,6 +740,7 @@ OBJS += src/eap_peer/eap_pwd.c src/eap_common/eap_pwd_common.c
CONFIG_IEEE8021X_EAPOL=y CONFIG_IEEE8021X_EAPOL=y
NEED_ECC=y NEED_ECC=y
NEED_DRAGONFLY=y NEED_DRAGONFLY=y
MS_FUNCS=y
endif endif
ifdef CONFIG_EAP_EKE ifdef CONFIG_EAP_EKE

View file

@ -753,6 +753,7 @@ OBJS += ../src/eap_peer/eap_pwd.o ../src/eap_common/eap_pwd_common.o
CONFIG_IEEE8021X_EAPOL=y CONFIG_IEEE8021X_EAPOL=y
NEED_ECC=y NEED_ECC=y
NEED_DRAGONFLY=y NEED_DRAGONFLY=y
MS_FUNCS=y
endif endif
ifdef CONFIG_EAP_EKE ifdef CONFIG_EAP_EKE