Further crypto makefile unification

This commit is contained in:
Jouni Malinen 2009-10-11 20:31:15 +03:00
parent 0dba0175c5
commit 9d388d5007
2 changed files with 1 additions and 5 deletions

View 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

View 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