summaryrefslogtreecommitdiff
path: root/gcm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gcm.cpp')
-rw-r--r--gcm.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcm.cpp b/gcm.cpp
index 11c6a139..09510e83 100644
--- a/gcm.cpp
+++ b/gcm.cpp
@@ -12,9 +12,7 @@
#ifndef CRYPTOPP_IMPORTS
#ifndef CRYPTOPP_GENERATE_X64_MASM
-// Clang 3.3 integrated assembler crash on Linux. Other versions produce incorrect results.
-// Clang has never handled Intel ASM very well. I wish LLVM would fix it.
-#if defined(CRYPTOPP_DISABLE_INTEL_ASM)
+#if defined(CRYPTOPP_DISABLE_GCM_ASM)
# undef CRYPTOPP_X86_ASM_AVAILABLE
# undef CRYPTOPP_X32_ASM_AVAILABLE
# undef CRYPTOPP_X64_ASM_AVAILABLE