Android: Reset MD5OBJS value before += operation

Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
Dmitry Shmidt 2013-11-09 15:30:46 +02:00 committed by Jouni Malinen
parent 10222ca192
commit 58d6f91d16

View file

@ -1175,6 +1175,7 @@ SHA1OBJS += src/crypto/sha1-tlsprf.c
endif
endif
MD5OBJS =
ifndef CONFIG_FIPS
MD5OBJS += src/crypto/md5.c
endif