summaryrefslogtreecommitdiff
path: root/src/third_party/tomcrypt-1.18.2/SConscript
diff options
context:
space:
mode:
authorShreyas Kalyan <shreyas.kalyan@10gen.com>2019-03-05 13:02:35 -0500
committerShreyas Kalyan <shreyas.kalyan@10gen.com>2019-03-21 12:02:43 -0400
commit0adb2f088e4326c35d82afa42e9e5d5969530c5a (patch)
tree8ea58ec95409ae9206a1975f56acf25ba0f8dcfa /src/third_party/tomcrypt-1.18.2/SConscript
parent9dc7556e1f02e09956ec60118fa7a1bfa3edad98 (diff)
downloadmongo-0adb2f088e4326c35d82afa42e9e5d5969530c5a.tar.gz
SERVER-39893 Implement AEAD_AES_256_CBC_HMAC_SHA_512
Diffstat (limited to 'src/third_party/tomcrypt-1.18.2/SConscript')
-rw-r--r--src/third_party/tomcrypt-1.18.2/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/third_party/tomcrypt-1.18.2/SConscript b/src/third_party/tomcrypt-1.18.2/SConscript
index ac040bf3dea..e65a117983e 100644
--- a/src/third_party/tomcrypt-1.18.2/SConscript
+++ b/src/third_party/tomcrypt-1.18.2/SConscript
@@ -31,6 +31,7 @@ env.Library(
"src/hashes/helper/hash_memory.c",
"src/hashes/sha1.c",
"src/hashes/sha2/sha256.c",
+ "src/hashes/sha2/sha512.c",
"src/mac/hmac/hmac_done.c",
"src/mac/hmac/hmac_init.c",
"src/mac/hmac/hmac_memory.c",