summaryrefslogtreecommitdiff
path: root/config_cxx.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2020-08-07 19:11:47 -0400
committerJeffrey Walton <noloader@gmail.com>2020-08-07 19:11:47 -0400
commit2c6e4b17d7a75a9cc9fe9ffd353981591de2be54 (patch)
tree5e7b46fd94bea76704951f150664c5dd1c730d28 /config_cxx.h
parent7d0859d9dbfb394e4314e538567516e011db60cc (diff)
downloadcryptopp-git-2c6e4b17d7a75a9cc9fe9ffd353981591de2be54.tar.gz
Use define CRYPTOPP_CXX11_STATIC_INIT name
Diffstat (limited to 'config_cxx.h')
-rw-r--r--config_cxx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config_cxx.h b/config_cxx.h
index 1eca7f0f..300454da 100644
--- a/config_cxx.h
+++ b/config_cxx.h
@@ -124,7 +124,7 @@
(CRYPTOPP_MSC_VERSION >= 1900) && ((WINVER >= 0x0600) || (_WIN32_WINNT >= 0x0600)) || \
(CRYPTOPP_LLVM_CLANG_VERSION >= 20900) || (CRYPTOPP_APPLE_CLANG_VERSION >= 40000) || \
(__INTEL_COMPILER >= 1110) || (CRYPTOPP_GCC_VERSION >= 40300) || (__SUNPRO_CC >= 0x5130)
-# define CRYPTOPP_CXX11_DYNAMIC_INIT 1
+# define CRYPTOPP_CXX11_STATIC_INIT 1
#endif // Dynamic Initialization compilers
// deleted functions: MS at VS2013 (18.00); GCC at 4.3; Clang at 2.9; Intel 12.1; SunCC 5.13.