From 9dc4ca450739ae1014eb5fd4906ec48139b1fb8a Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Thu, 11 Aug 2005 08:44:34 +0000 Subject: [PATCH] Pedantic polish to ectest.c [from HEAD]. --- crypto/ec/ectest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1