From 5c6a32ba0f6abd6e4fbacf6b483ec2e36df63b15 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 24 Aug 2017 19:17:21 -0400 Subject: Support Base Implementation + SIMD implementation on Solaris (PR #461) --- rijndael.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'rijndael.cpp') diff --git a/rijndael.cpp b/rijndael.cpp index 7ac8e335..3c2a2cad 100644 --- a/rijndael.cpp +++ b/rijndael.cpp @@ -90,13 +90,6 @@ NAMESPACE_BEGIN(CryptoPP) # define CRYPTOPP_ALLOW_RIJNDAEL_UNALIGNED_DATA_ACCESS 1 #endif -// Hack for SunCC, http://github.com/weidai11/cryptopp/issues/224 -#if (__SUNPRO_CC >= 0x5130) -# define MAYBE_CONST -#else -# define MAYBE_CONST const -#endif - // Clang __m128i casts #define M128I_CAST(x) ((__m128i *)(void *)(x)) #define CONST_M128I_CAST(x) ((const __m128i *)(const void *)(x)) -- cgit v1.2.1