Browse Source

NEED_BASE64 for WPS

It looks like we need base64 routines when compiling WPS in hostapd
(used in src/wps/wps_registrar.c:910).
Andriy Tkachuk 16 years ago
parent
commit
d9f5626293
2 changed files with 2 additions and 0 deletions
  1. 1 0
      hostapd/Makefile
  2. 1 0
      wpa_supplicant/Makefile

+ 1 - 0
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

+ 1 - 0
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