From: Andy Polyakov Date: Thu, 11 Aug 2005 08:42:46 +0000 (+0000) Subject: Pedantic polish to WCE-specific #if clause in ectest.c X-Git-Tag: OpenSSL_0_9_8k^2~1856 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=ff82bf3b07a809272ad8be0ee742efe219b13a92 Pedantic polish to WCE-specific #if clause in ectest.c --- diff --git a/crypto/ec/ectest.c b/crypto/ec/ectest.c index df506e1b47..57f7eccf5f 100644 --- a/crypto/ec/ectest.c +++ b/crypto/ec/ectest.c @@ -95,7 +95,7 @@ int main(int argc, char * argv[]) { puts("Elliptic curves are disabled."); retur #include #include -#if defined(_MSC_VER) && defined(_MIPS_) && _MSC_VER<1300 +#if defined(_MSC_VER) && defined(_MIPS_) && (_MSC_VER/100==12) /* suppress "too big too optimize" warning */ #pragma warning(disable:4959) #endif