From 151521d68feb610f04832c9039daaedf2514b8e4 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Mon, 19 Sep 2016 00:56:01 -0400 Subject: [PATCH] Cleanup use of CRYPTOPP_MAINTAIN_BACKWARDS_COMPATIBILITY_562 --- config.compat | 6 +----- config.h | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/config.compat b/config.compat index 824009ef..b8b22e4f 100644 --- a/config.compat +++ b/config.compat @@ -77,11 +77,7 @@ // Define this to retain (as much as possible) ABI and binary compatibility with Crypto++ 5.6.2. // Also see https://cryptopp.com/wiki/Config.h#Avoid_MAINTAIN_BACKWARDS_COMPATIBILITY -#if (CRYPTOPP_VERSION <= 600) -# if !defined(CRYPTOPP_NO_BACKWARDS_COMPATIBILITY_562) && !defined(CRYPTOPP_MAINTAIN_BACKWARDS_COMPATIBILITY_562) -# define CRYPTOPP_MAINTAIN_BACKWARDS_COMPATIBILITY_562 -# endif -#endif +#define CRYPTOPP_MAINTAIN_BACKWARDS_COMPATIBILITY_562 // Define this if you want or need the library's memcpy_s and memmove_s. // See http://github.com/weidai11/cryptopp/issues/28. diff --git a/config.h b/config.h index ed924f58..e8c4565f 100644 --- a/config.h +++ b/config.h @@ -77,11 +77,7 @@ // Define this to retain (as much as possible) ABI and binary compatibility with Crypto++ 5.6.2. // Also see https://cryptopp.com/wiki/Config.h#Avoid_MAINTAIN_BACKWARDS_COMPATIBILITY -#if (CRYPTOPP_VERSION <= 600) -# if !defined(CRYPTOPP_NO_BACKWARDS_COMPATIBILITY_562) && !defined(CRYPTOPP_MAINTAIN_BACKWARDS_COMPATIBILITY_562) -// # define CRYPTOPP_MAINTAIN_BACKWARDS_COMPATIBILITY_562 -# endif -#endif +// #define CRYPTOPP_MAINTAIN_BACKWARDS_COMPATIBILITY_562 // Define this if you want or need the library's memcpy_s and memmove_s. // See http://github.com/weidai11/cryptopp/issues/28.