Revert "Remove unused sha functions." Apparently they are required when building on Windows. This reverts commit 835c594cdd659858bd72ab3431946969ae05eb2d.
This commit is contained in:
parent
3ca8c59cd4
commit
7ed576150b
1 changed files with 3 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Reference in a new issue