From: Jouni Malinen Date: Fri, 31 Aug 2012 15:25:18 +0000 (+0300) Subject: Android: Sync with SHA256 hostapd makefile updates X-Git-Tag: hostap_2_0~301 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aa20fc1a48ea0d08ff913877cb2aaf26eccc34e3;p=thirdparty%2Fhostap.git Android: Sync with SHA256 hostapd makefile updates Signed-hostap: Jouni Malinen --- diff --git a/hostapd/Android.mk b/hostapd/Android.mk index 68ef62418..3dc3d808a 100644 --- a/hostapd/Android.mk +++ b/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