summaryrefslogtreecommitdiff
path: root/test/ectest.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/ectest.c')
-rw-r--r--test/ectest.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/ectest.c b/test/ectest.c
index 3267a3daf5..03d7943301 100644
--- a/test/ectest.c
+++ b/test/ectest.c
@@ -23,11 +23,6 @@
# include <openssl/bn.h>
# include <openssl/opensslconf.h>
-# if defined(_MSC_VER) && defined(_MIPS_) && (_MSC_VER/100==12)
-/* suppress "too big too optimize" warning */
-# pragma warning(disable:4959)
-# endif
-
static size_t crv_len = 0;
static EC_builtin_curve *curves = NULL;