aboutsummaryrefslogtreecommitdiff
path: root/test/recipes/15-test_ecdsa.t
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-09-08 01:23:49 +0200
committerRichard Levitte <levitte@openssl.org>2015-09-08 02:47:30 +0200
commit55b2258859da5e8156dc9091911ce182945291fe (patch)
treef1b9691d32ddf3c617191112c8b8e305ca146d09 /test/recipes/15-test_ecdsa.t
parente51fb759a6f1d81eee422703dc424aaf1e63a80b (diff)
downloadopenssl-55b2258859da5e8156dc9091911ce182945291fe.zip
openssl-55b2258859da5e8156dc9091911ce182945291fe.tar.gz
openssl-55b2258859da5e8156dc9091911ce182945291fe.tar.bz2
Fix a few tests that depended on the wrong algorithm check
test_ecdh and test_ecdsa are made to depend on no-ec being false. test_hmac is made not to depend on algorithm at all. Based on a contribution by Alessandro Ghedini <alessandro@ghedini.me> Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'test/recipes/15-test_ecdsa.t')
-rw-r--r--test/recipes/15-test_ecdsa.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recipes/15-test_ecdsa.t b/test/recipes/15-test_ecdsa.t
index aa4622f..992bb96 100644
--- a/test/recipes/15-test_ecdsa.t
+++ b/test/recipes/15-test_ecdsa.t
@@ -2,4 +2,4 @@
use OpenSSL::Test::Simple;
-simple_test("test_ecdsa", "ecdsatest", "ecdsa");
+simple_test("test_ecdsa", "ecdsatest", "ec");