Enable VMAC for X86 ASM

X64 ASM was not previously disabled. X32 must be disabled until the port is complete
pull/308/head
Jeffrey Walton 2016-09-26 00:17:36 -04:00
parent 6b49827ee5
commit 51884539cb
1 changed files with 1 additions and 1 deletions

2
vmac.h
View File

@ -12,7 +12,7 @@
// Clang 3.3 integrated assembler crash on Linux // Clang 3.3 integrated assembler crash on Linux
// http://github.com/weidai11/cryptopp/issues/264 // http://github.com/weidai11/cryptopp/issues/264
#if (defined(CRYPTOPP_LLVM_CLANG_VERSION) && (CRYPTOPP_LLVM_CLANG_VERSION < 30400)) || CRYPTOPP_BOOL_X32 || CRYPTOPP_BOOL_X86 #if (defined(CRYPTOPP_LLVM_CLANG_VERSION) && (CRYPTOPP_LLVM_CLANG_VERSION < 30400)) || CRYPTOPP_BOOL_X32
# define CRYPTOPP_DISABLE_VMAC_ASM # define CRYPTOPP_DISABLE_VMAC_ASM
#endif #endif