From ada2aa55ed9f11563b1adbd4e86e79c6e2ad8575 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Fri, 26 Aug 2016 05:08:57 -0400 Subject: [PATCH] Fix typo on SunCC version --- rijndael.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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