summaryrefslogtreecommitdiff
path: root/config_ver.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-05-21 07:54:47 -0400
committerJeffrey Walton <noloader@gmail.com>2019-05-21 07:54:47 -0400
commit268ea61f1c547134ebd559b94b26ec44df247fea (patch)
treeb3de0d5259090121ddcae08737ae2629c76cfb3b /config_ver.h
parent2d4a932c33fc229e538103b3fe7118b9b2f9a5a6 (diff)
downloadcryptopp-git-268ea61f1c547134ebd559b94b26ec44df247fea.tar.gz
Cutover to CRYPTOPP_LLVM_CLANG_VERSION (GH #845)
We were using CRYPTOPP_CLANG_VERSION in some places.
Diffstat (limited to 'config_ver.h')
-rw-r--r--config_ver.h3
1 files changed, 0 insertions, 3 deletions
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