summaryrefslogtreecommitdiff
path: root/src/mongo/crypto
diff options
context:
space:
mode:
authorAndreas Nilsson <andreas.nilsson@10gen.com>2014-10-03 16:23:35 -0400
committerAndreas Nilsson <andreas.nilsson@10gen.com>2014-10-03 16:24:01 -0400
commit42319125ecc29f0741bedbf5d55ac50babb13fc0 (patch)
tree5bd94c0c477f68c9a07162863590d9fe604ae8f2 /src/mongo/crypto
parent524c7648150bf03ae37fa65d91684856a4d1e683 (diff)
downloadmongo-42319125ecc29f0741bedbf5d55ac50babb13fc0.tar.gz
SERVER-15178 Setting LTC_NO_ASM macro
Diffstat (limited to 'src/mongo/crypto')
-rw-r--r--src/mongo/crypto/tom/tomcrypt_custom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/crypto/tom/tomcrypt_custom.h b/src/mongo/crypto/tom/tomcrypt_custom.h
index 695f0ddbd7a..5819f245f06 100644
--- a/src/mongo/crypto/tom/tomcrypt_custom.h
+++ b/src/mongo/crypto/tom/tomcrypt_custom.h
@@ -132,7 +132,7 @@
/* #define LTC_NO_FILE */
/* disable all forms of ASM */
-/* #define LTC_NO_ASM */
+#define LTC_NO_ASM
/* disable FAST mode */
/* #define LTC_NO_FAST */