summaryrefslogtreecommitdiff
path: root/sosemanuk.h
diff options
context:
space:
mode:
Diffstat (limited to 'sosemanuk.h')
-rw-r--r--sosemanuk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sosemanuk.h b/sosemanuk.h
index 05b5578c..94ebcfea 100644
--- a/sosemanuk.h
+++ b/sosemanuk.h
@@ -12,7 +12,7 @@
// Clang 3.3 integrated assembler crash on Linux. Clang 3.4 due to compiler
// error with .intel_syntax, http://llvm.org/bugs/show_bug.cgi?id=24232
-#if CRYPTOPP_BOOL_X32 || defined(CRYPTOPP_DISABLE_INTEL_ASM)
+#if CRYPTOPP_BOOL_X32 || defined(CRYPTOPP_DISABLE_MIXED_ASM)
# define CRYPTOPP_DISABLE_SOSEMANUK_ASM 1
#endif