]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
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 d29ad8a1fd921cdc6f758072a9dc0a398f4223b4..66d26c54f9fb2dc4511d965e2d579d4657a7baaa 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 78ce9d9cb4527d4074bca90211d625122f6a13cc..5b682135820f4e2f96ce0b1a1fa2d097fb130edd 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