Browse Source

wpa_passphrase: Include SHA256 objects to fix some build combinations

Signed-hostap: Jouni Malinen <j@w1.fi>
Jouni Malinen 13 years ago
parent
commit
48f24f93a5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      wpa_supplicant/Makefile

+ 1 - 0
wpa_supplicant/Makefile

@@ -1286,6 +1286,7 @@ endif
 OBJS += $(SHA1OBJS) $(DESOBJS)
 OBJS += $(SHA1OBJS) $(DESOBJS)
 
 
 OBJS_p += $(SHA1OBJS)
 OBJS_p += $(SHA1OBJS)
+OBJS_p += $(SHA256OBJS)
 
 
 ifdef CONFIG_BGSCAN_SIMPLE
 ifdef CONFIG_BGSCAN_SIMPLE
 CFLAGS += -DCONFIG_BGSCAN_SIMPLE
 CFLAGS += -DCONFIG_BGSCAN_SIMPLE