Android: Sync with SHA256 hostapd makefile updates
Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
962ada5465
commit
aa20fc1a48
1 changed files with 4 additions and 0 deletions
|
@ -720,6 +720,7 @@ endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef NEED_SHA256
|
ifdef NEED_SHA256
|
||||||
|
L_CFLAGS += -DCONFIG_SHA256
|
||||||
ifneq ($(CONFIG_TLS), openssl)
|
ifneq ($(CONFIG_TLS), openssl)
|
||||||
OBJS += src/crypto/sha256.c
|
OBJS += src/crypto/sha256.c
|
||||||
endif
|
endif
|
||||||
|
@ -727,6 +728,9 @@ OBJS += src/crypto/sha256-prf.c
|
||||||
ifdef CONFIG_INTERNAL_SHA256
|
ifdef CONFIG_INTERNAL_SHA256
|
||||||
OBJS += src/crypto/sha256-internal.c
|
OBJS += src/crypto/sha256-internal.c
|
||||||
endif
|
endif
|
||||||
|
ifdef NEED_TLS_PRF_SHA256
|
||||||
|
OBJS += ../src/crypto/sha256-tlsprf.c
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef NEED_DH_GROUPS
|
ifdef NEED_DH_GROUPS
|
||||||
|
|
Loading…
Reference in a new issue