summaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2013-07-19 14:11:43 +0100
committerDr. Stephen Henson <steve@openssl.org>2013-07-19 14:11:43 +0100
commit584ac22110b2ff367d3632a89cf7b15c015903b8 (patch)
tree83e07ae15260c28590adb494eb7c09253e0c8532 /test/Makefile
parent527c898ce8acbabc0417e5efb2dd30b9b32b4272 (diff)
Make ecdsatest work with nonces.
Update ecdsatest to use ECDSA_sign_setup and ECDSA_sign_ex, this avoids the nonce generation which would otherwise break the test. Reinstate ecdsatest.
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index e3bc468da1..52056e28dc 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'