From ba2c778f1b37acef04c140a80309ed3f293ecca9 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Fri, 15 Jul 2016 01:53:01 -0400 Subject: [PATCH] Fix typo in SunCC check --- rijndael.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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