From: Andy Polyakov Date: Thu, 11 Aug 2005 08:44:34 +0000 (+0000) Subject: Pedantic polish to ectest.c [from HEAD]. X-Git-Tag: OpenSSL_0_9_8a~42 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9dc4ca450739ae1014eb5fd4906ec48139b1fb8a;p=oweals%2Fopenssl.git Pedantic polish to ectest.c [from HEAD]. --- diff --git a/crypto/ec/ectest.c b/crypto/ec/ectest.c index ed10f67ea3..5390b9e5bd 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