提交 55b22588 编写于 作者: R Richard Levitte

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: NRich Salz <rsalz@openssl.org>
上级 e51fb759
......@@ -2,4 +2,4 @@
use OpenSSL::Test::Simple;
simple_test("test_hmac", "hmactest", "hmac");
simple_test("test_hmac", "hmactest");
......@@ -2,4 +2,4 @@
use OpenSSL::Test::Simple;
simple_test("test_ecdh", "ecdhtest", "ecdh");
simple_test("test_ecdh", "ecdhtest", "ec");
......@@ -2,4 +2,4 @@
use OpenSSL::Test::Simple;
simple_test("test_ecdsa", "ecdsatest", "ecdsa");
simple_test("test_ecdsa", "ecdsatest", "ec");
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册