From 6200029faae23710fa88638269e9272664509b91 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 21 Sep 2016 13:57:37 -0400 Subject: Fix Clang 3.3 and 3.4 compiles (Issue 264) --- sha.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sha.h') diff --git a/sha.h b/sha.h index 7c145115..86151cc2 100644 --- a/sha.h +++ b/sha.h @@ -11,6 +11,7 @@ #include "iterhash.h" // Clang 3.3 integrated assembler crash on Linux +// http://github.com/weidai11/cryptopp/issues/264 #if defined(CRYPTOPP_LLVM_CLANG_VERSION) && (CRYPTOPP_LLVM_CLANG_VERSION < 30400) # define CRYPTOPP_DISABLE_SHA_ASM #endif -- cgit v1.2.1