summaryrefslogtreecommitdiff
path: root/simeck.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2020-07-07 15:22:09 -0400
committerJeffrey Walton <noloader@gmail.com>2020-07-07 15:22:09 -0400
commitdd7598e638bba536117de716bae3f738312d4c5a (patch)
treeae52f026092cb273e7952ab213bf680484679239 /simeck.h
parent84ab419029081d3a194da28421be615389716e7a (diff)
downloadcryptopp-git-dd7598e638bba536117de716bae3f738312d4c5a.tar.gz
Remove 64-bit AdvancedProcessBlocks (GH #945)
Diffstat (limited to 'simeck.h')
-rw-r--r--simeck.h13
1 files changed, 0 insertions, 13 deletions
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