Pedantic polish to ectest.c [from HEAD].
This commit is contained in:
parent
62fea98b4f
commit
9dc4ca4507
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue