Further crypto makefile unification
This commit is contained in:
parent
0dba0175c5
commit
9d388d5007
2 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue