NEED_BASE64 for WPS

It looks like we need base64 routines when compiling WPS in hostapd
(used in src/wps/wps_registrar.c:910).
This commit is contained in:
Andriy Tkachuk 2008-12-26 16:40:27 +02:00 committed by Jouni Malinen
parent 6f5c8dbd79
commit d9f5626293
2 changed files with 2 additions and 0 deletions

View file

@ -282,6 +282,7 @@ OBJS += ../src/wps/wps_registrar.o
NEED_DH_GROUPS=y
NEED_SHA256=y
NEED_CRYPTO=y
NEED_BASE64=y
endif
ifdef CONFIG_EAP_IKEV2

View file

@ -526,6 +526,7 @@ endif
CONFIG_IEEE8021X_EAPOL=y
NEED_DH_GROUPS=y
NEED_SHA256=y
NEED_BASE64=y
endif
ifdef CONFIG_EAP_IKEV2