Android: Reset MD5OBJS value before += operation
authorDmitry Shmidt <dimitrysh@google.com>
Sat, 9 Nov 2013 13:30:46 +0000 (15:30 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 9 Nov 2013 13:30:46 +0000 (15:30 +0200)
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
wpa_supplicant/Android.mk

index 6d46292..373a344 100644 (file)
@@ -1175,6 +1175,7 @@ SHA1OBJS += src/crypto/sha1-tlsprf.c
 endif
 endif
 
+MD5OBJS =
 ifndef CONFIG_FIPS
 MD5OBJS += src/crypto/md5.c
 endif