Browse Source

Android: Sync with SHA256 hostapd makefile updates

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
Jouni Malinen 12 years ago
parent
commit
aa20fc1a48
1 changed files with 4 additions and 0 deletions
  1. 4 0
      hostapd/Android.mk

+ 4 - 0
hostapd/Android.mk

@@ -720,6 +720,7 @@ endif
 endif
 
 ifdef NEED_SHA256
+L_CFLAGS += -DCONFIG_SHA256
 ifneq ($(CONFIG_TLS), openssl)
 OBJS += src/crypto/sha256.c
 endif
@@ -727,6 +728,9 @@ OBJS += src/crypto/sha256-prf.c
 ifdef CONFIG_INTERNAL_SHA256
 OBJS += src/crypto/sha256-internal.c
 endif
+ifdef NEED_TLS_PRF_SHA256
+OBJS += ../src/crypto/sha256-tlsprf.c
+endif
 endif
 
 ifdef NEED_DH_GROUPS