From: Andriy Tkachuk Date: Fri, 26 Dec 2008 14:40:27 +0000 (+0200) Subject: NEED_BASE64 for WPS X-Git-Tag: hostap_0_6_7~51 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=libeap.git;a=commitdiff_plain;h=d9f56262938e155cd1f13da485e83ef6a23751f5 NEED_BASE64 for WPS It looks like we need base64 routines when compiling WPS in hostapd (used in src/wps/wps_registrar.c:910). --- diff --git a/hostapd/Makefile b/hostapd/Makefile index 666f91c..e531b28 100644 --- a/hostapd/Makefile +++ b/hostapd/Makefile @@ -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 diff --git a/wpa_supplicant/Makefile b/wpa_supplicant/Makefile index c7dffb0..16eed31 100644 --- a/wpa_supplicant/Makefile +++ b/wpa_supplicant/Makefile @@ -526,6 +526,7 @@ endif CONFIG_IEEE8021X_EAPOL=y NEED_DH_GROUPS=y NEED_SHA256=y +NEED_BASE64=y endif ifdef CONFIG_EAP_IKEV2