Further crypto makefile unification
authorJouni Malinen <j@w1.fi>
Sun, 11 Oct 2009 17:31:15 +0000 (20:31 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 11 Oct 2009 17:31:15 +0000 (20:31 +0300)
hostapd/Makefile
wpa_supplicant/Makefile

index d29ad8a..66d26c5 100644 (file)
@@ -486,7 +486,6 @@ else
 CONFIG_INTERNAL_AES=y
 CONFIG_INTERNAL_SHA1=y
 CONFIG_INTERNAL_MD5=y
-CONFIG_INTERNAL_SHA256=y
 CONFIG_INTERNAL_RC4=y
 endif
 
index 78ce9d9..5b68213 100644 (file)
@@ -723,10 +723,6 @@ ifdef CHAP
 OBJS += ../src/eap_common/chap.o
 endif
 
-ifndef CONFIG_NO_WPA
-NEED_CRYPTO=y
-endif
-
 ifdef NEED_CRYPTO
 ifndef TLS_FUNCS
 ifeq ($(CONFIG_TLS), openssl)
@@ -831,6 +827,7 @@ else
 CONFIG_INTERNAL_AES=y
 CONFIG_INTERNAL_SHA1=y
 CONFIG_INTERNAL_MD5=y
+CONFIG_INTERNAL_RC4=y
 endif
 
 ifdef CONFIG_INTERNAL_AES