diff --git a/rijndael.cpp b/rijndael.cpp index 05ba5d57..0ba1a199 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 (__SUNPRO_CC >= 5130) +#if (__SUNPRO_CC >= 0x5130) # define MAYBE_CONST #else # define MAYBE_CONST const