Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/3party
diff options
context:
space:
mode:
authorYury Melnichek <melnichek@gmail.com>2012-04-30 11:22:42 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:37:48 +0300
commit8d5b26990ec987b5c352cc1bc2e96711dfffa115 (patch)
tree930be0b778920d9717a00226c863d53f70828faf /3party
parent20add5eeafb11a06eb4af2d8022be273ed99f752 (diff)
Remove unused sha224, sha384, sha512 functions because they are linked into code.
Diffstat (limited to '3party')
-rw-r--r--3party/tomcrypt/tomcrypt.pro3
1 files changed, 0 insertions, 3 deletions
diff --git a/3party/tomcrypt/tomcrypt.pro b/3party/tomcrypt/tomcrypt.pro
index 5b8764978a..79e3d8f0b5 100644
--- a/3party/tomcrypt/tomcrypt.pro
+++ b/3party/tomcrypt/tomcrypt.pro
@@ -10,10 +10,7 @@ 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 \