summaryrefslogtreecommitdiff
path: root/plugins/CryptoPP/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CryptoPP/crypto')
-rw-r--r--plugins/CryptoPP/crypto/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/CryptoPP/crypto/config.h b/plugins/CryptoPP/crypto/config.h
index cc088e3f09..a33577577e 100644
--- a/plugins/CryptoPP/crypto/config.h
+++ b/plugins/CryptoPP/crypto/config.h
@@ -261,6 +261,10 @@ NAMESPACE_END
#define CRYPTOPP_DISABLE_SSE2
#endif
+#ifdef WIN64
+#define CRYPTOPP_DISABLE_ASM
+#endif
+
#if !defined(CRYPTOPP_DISABLE_ASM) && ((defined(_MSC_VER) && defined(_M_IX86)) || (defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__))))
#define CRYPTOPP_X86_ASM_AVAILABLE