From: Dr. Stephen Henson Date: Fri, 19 Jul 2013 12:46:48 +0000 (+0100) Subject: Temporarily disable ECDSA test. X-Git-Tag: master-post-reformat~1241 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=527c898ce8acbabc0417e5efb2dd30b9b32b4272;hp=5cdc25a7545e44523b1f15418146bbda8eb03015 Temporarily disable ECDSA test. Disable ECDSA test temporarily: it is incompatible with ECDSA nonces. --- diff --git a/test/Makefile b/test/Makefile index 52056e28dc..e3bc468da1 100644 --- a/test/Makefile +++ b/test/Makefile @@ -293,7 +293,7 @@ test_ec: $(ECTEST) test_ecdsa: $(ECDSATEST) @echo 'test ecdsa' - ../util/shlib_wrap.sh ./$(ECDSATEST) + # ../util/shlib_wrap.sh ./$(ECDSATEST) test_ecdh: $(ECDHTEST) @echo 'test ecdh'