Correct sha tests

These tests were checking for specific sha variants, when they should
just check if "sha" is disabled.

Reviewed-by: Stephen Henson <steve@openssl.org>
This commit is contained in:
Richard Levitte 2015-09-20 02:03:19 +02:00
parent 7f990b0ee3
commit 6ff4211781
3 changed files with 3 additions and 3 deletions

View File

@ -2,4 +2,4 @@
use OpenSSL::Test::Simple;
simple_test("test_sha1", "sha1test", "sha1");
simple_test("test_sha1", "sha1test", "sha");

View File

@ -2,4 +2,4 @@
use OpenSSL::Test::Simple;
simple_test("test_sha256", "sha256t", "sha256");
simple_test("test_sha256", "sha256t", "sha");

View File

@ -2,4 +2,4 @@
use OpenSSL::Test::Simple;
simple_test("test_sha512", "sha512t", "sha512");
simple_test("test_sha512", "sha512t", "sha");