From 268ea61f1c547134ebd559b94b26ec44df247fea Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Tue, 21 May 2019 07:54:47 -0400 Subject: Cutover to CRYPTOPP_LLVM_CLANG_VERSION (GH #845) We were using CRYPTOPP_CLANG_VERSION in some places. --- config_ver.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'config_ver.h') diff --git a/config_ver.h b/config_ver.h index 8008d432..7369f5ef 100644 --- a/config_ver.h +++ b/config_ver.h @@ -39,9 +39,6 @@ # define CRYPTOPP_LLVM_CLANG_VERSION (__clang_major__ * 10000 + __clang_minor__ * 100 + __clang_patchlevel__) #endif -// ARM uses CRYPTOPP_CLANG_VERSION. TODO: fix ARM defines to use Apple and LLVM version info. -# define CRYPTOPP_CLANG_VERSION (__clang_major__ * 10000 + __clang_minor__ * 100 + __clang_patchlevel__) - #ifdef _MSC_VER # define CRYPTOPP_MSC_VERSION (_MSC_VER) #endif -- cgit v1.2.1