From 7ed576150b1cf8fe23c99a8f6e675d8fab231131 Mon Sep 17 00:00:00 2001 From: Yury Melnichek Date: Mon, 4 Apr 2011 20:59:23 +0200 Subject: [PATCH] Revert "Remove unused sha functions." Apparently they are required when building on Windows. This reverts commit 835c594cdd659858bd72ab3431946969ae05eb2d. --- 3party/tomcrypt/tomcrypt.pro | 3 +++ 1 file changed, 3 insertions(+) diff --git a/3party/tomcrypt/tomcrypt.pro b/3party/tomcrypt/tomcrypt.pro index 79e3d8f0b5..5b8764978a 100644 --- a/3party/tomcrypt/tomcrypt.pro +++ b/3party/tomcrypt/tomcrypt.pro @@ -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 \