From fb72dbc8cb750be749a4ec3e2f27d164fe89d431 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Tue, 5 Jul 2016 02:48:27 -0400 Subject: Add MacPorts GCC compiler and Clang integrated assembler support. This is a merge of the development branch 'clang-ia' --- rijndael.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rijndael.h') diff --git a/rijndael.h b/rijndael.h index ed856d94..50fdf1eb 100644 --- a/rijndael.h +++ b/rijndael.h @@ -12,7 +12,7 @@ #include "secblock.h" // Clang 3.3 integrated assembler crash on Linux -#if CRYPTOPP_BOOL_X32 || (defined(CRYPTOPP_CLANG_VERSION) && (CRYPTOPP_CLANG_VERSION < 30400)) +#if CRYPTOPP_BOOL_X32 || (defined(CRYPTOPP_LLVM_CLANG_VERSION) && (CRYPTOPP_LLVM_CLANG_VERSION < 30400)) # define CRYPTOPP_DISABLE_RIJNDAEL_ASM #endif -- cgit v1.2.1