From dd7598e638bba536117de716bae3f738312d4c5a Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Tue, 7 Jul 2020 15:22:09 -0400 Subject: Remove 64-bit AdvancedProcessBlocks (GH #945) --- simeck.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'simeck.h') diff --git a/simeck.h b/simeck.h index 918400e2..398198d7 100644 --- a/simeck.h +++ b/simeck.h @@ -17,19 +17,6 @@ #include "secblock.h" #include "algparam.h" -#if (CRYPTOPP_BOOL_X64 || CRYPTOPP_BOOL_X32 || CRYPTOPP_BOOL_X86) -# define CRYPTOPP_SIMECK_ADVANCED_PROCESS_BLOCKS 1 -#endif - -// Yet another SunStudio/SunCC workaround. Failed self tests -// in SSE code paths on i386 for SunStudio 12.3 and below. -#if defined(__SUNPRO_CC) && (__SUNPRO_CC <= 0x5120) -# undef CRYPTOPP_SIMECK_ADVANCED_PROCESS_BLOCKS -#endif - -// https://github.com/weidai11/cryptopp/issues/945 -#undef CRYPTOPP_SIMECK_ADVANCED_PROCESS_BLOCKS - NAMESPACE_BEGIN(CryptoPP) /// \brief SIMECK block cipher information -- cgit v1.2.1