Fix typo on SunCC version

pull/253/head
Jeffrey Walton 2016-08-26 05:08:57 -04:00
parent 81f868e6ff
commit ada2aa55ed
1 changed files with 1 additions and 1 deletions

View File

@ -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