Pedantic polish to ectest.c [from HEAD].

This commit is contained in:
Andy Polyakov 2005-08-11 08:44:34 +00:00
parent 62fea98b4f
commit 9dc4ca4507

View file

@ -95,7 +95,7 @@ int main(int argc, char * argv[]) { puts("Elliptic curves are disabled."); retur
#include <openssl/rand.h>
#include <openssl/bn.h>
#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