summaryrefslogtreecommitdiff
path: root/sha.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-07-05 02:48:27 -0400
committerJeffrey Walton <noloader@gmail.com>2016-07-05 02:48:27 -0400
commitfb72dbc8cb750be749a4ec3e2f27d164fe89d431 (patch)
treec48373babb2bd4e03bd46d204bcd53824c959cfe /sha.h
parent36a459130422d7e6b8b7a0f6f539b79a0ab32b23 (diff)
downloadcryptopp-git-fb72dbc8cb750be749a4ec3e2f27d164fe89d431.tar.gz
Add MacPorts GCC compiler and Clang integrated assembler support. This is a merge of the development branch 'clang-ia'
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