summaryrefslogtreecommitdiff
path: root/sha.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-07-06 14:39:18 -0400
committerJeffrey Walton <noloader@gmail.com>2016-07-06 14:39:18 -0400
commit6c0b120072563ca77c6a3aec4c6c6f143cb984f9 (patch)
tree2e5360a1dcdb965319df4af69f061e187f89c9f7 /sha.h
parent9ed99eabb9abb3b3665e93da7e98b0f819d18c37 (diff)
downloadcryptopp-git-6c0b120072563ca77c6a3aec4c6c6f143cb984f9.tar.gz
Go back to Commit 66ada4cc61d62afc
Diffstat (limited to 'sha.h')
-rw-r--r--sha.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sha.h b/sha.h
index 544e8056..c70d9d1f 100644
--- a/sha.h
+++ b/sha.h
@@ -11,7 +11,7 @@
#include "iterhash.h"
// Clang 3.3 integrated assembler crash on Linux
-#if defined(CRYPTOPP_CLANG_VERSION) && (CRYPTOPP_CLANG_VERSION < 30400)
+#if defined(CRYPTOPP_LLVM_CLANG_VERSION) && (CRYPTOPP_LLVM_CLANG_VERSION < 30400)
# define CRYPTOPP_DISABLE_SHA_ASM
#endif