From: Jouni Malinen Date: Sun, 27 Nov 2011 20:17:41 +0000 (+0200) Subject: wpa_passphrase: Include SHA256 objects to fix some build combinations X-Git-Tag: aosp-jb-start~245 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48f24f93a5d58464baf694ac1786340760a91a84;p=thirdparty%2Fhostap.git wpa_passphrase: Include SHA256 objects to fix some build combinations Signed-hostap: Jouni Malinen --- diff --git a/wpa_supplicant/Makefile b/wpa_supplicant/Makefile index 0bc96c7a3..0832f10e3 100644 --- a/wpa_supplicant/Makefile +++ b/wpa_supplicant/Makefile @@ -1286,6 +1286,7 @@ endif OBJS += $(SHA1OBJS) $(DESOBJS) OBJS_p += $(SHA1OBJS) +OBJS_p += $(SHA256OBJS) ifdef CONFIG_BGSCAN_SIMPLE CFLAGS += -DCONFIG_BGSCAN_SIMPLE