提交 6ff42117 编写于 作者: R Richard Levitte

Correct sha tests

These tests were checking for specific sha variants, when they should
just check if "sha" is disabled.
Reviewed-by: NStephen Henson <steve@openssl.org>
上级 7f990b0e
......@@ -2,4 +2,4 @@
use OpenSSL::Test::Simple;
simple_test("test_sha1", "sha1test", "sha1");
simple_test("test_sha1", "sha1test", "sha");
......@@ -2,4 +2,4 @@
use OpenSSL::Test::Simple;
simple_test("test_sha256", "sha256t", "sha256");
simple_test("test_sha256", "sha256t", "sha");
......@@ -2,4 +2,4 @@
use OpenSSL::Test::Simple;
simple_test("test_sha512", "sha512t", "sha512");
simple_test("test_sha512", "sha512t", "sha");
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册