Revert "Remove unused sha functions." Apparently they are required when building on Windows. This reverts commit 835c594cdd659858bd72ab3431946969ae05eb2d.

This commit is contained in:
Yury Melnichek 2011-04-04 20:59:23 +02:00 committed by Alex Zolotarev
parent 3ca8c59cd4
commit 7ed576150b

View file

@ -10,7 +10,10 @@ CONFIG += staticlib
DEFINES += LTC_NO_ROLC
SOURCES += \
src/hashes/sha2/sha224.c \
src/hashes/sha2/sha256.c \
src/hashes/sha2/sha384.c \
src/hashes/sha2/sha512.c \
HEADERS += \
src/headers/tomcrypt.h \