diff --git a/rijndael.cpp b/rijndael.cpp index c89a0425..0546c2a9 100644 --- a/rijndael.cpp +++ b/rijndael.cpp @@ -83,7 +83,7 @@ NAMESPACE_BEGIN(CryptoPP) #endif // Hack for SunCC, http://github.com/weidai11/cryptopp/issues/224 -#if defined(__SUNPRO_CC >= 5130) +#if (__SUNPRO_CC >= 5130) # define MAYBE_CONST #else # define MAYBE_CONST const