Fix a few tests that depended on the wrong algorithm check
authorRichard Levitte <levitte@openssl.org>
Mon, 7 Sep 2015 23:23:49 +0000 (01:23 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 8 Sep 2015 00:47:30 +0000 (02:47 +0200)
commit55b2258859da5e8156dc9091911ce182945291fe
treef1b9691d32ddf3c617191112c8b8e305ca146d09
parente51fb759a6f1d81eee422703dc424aaf1e63a80b
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>
test/recipes/05-test_hmac.t
test/recipes/15-test_ecdh.t
test/recipes/15-test_ecdsa.t