Commit 6ff42117 authored by Richard Levitte's avatar Richard Levitte
Browse files

Correct sha tests



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

Reviewed-by: default avatarStephen Henson <steve@openssl.org>
parent 7f990b0e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,4 +2,4 @@

use OpenSSL::Test::Simple;

simple_test("test_sha1", "sha1test", "sha1");
simple_test("test_sha1", "sha1test", "sha");
+1 −1
Original line number Diff line number Diff line
@@ -2,4 +2,4 @@

use OpenSSL::Test::Simple;

simple_test("test_sha256", "sha256t", "sha256");
simple_test("test_sha256", "sha256t", "sha");
+1 −1
Original line number Diff line number Diff line
@@ -2,4 +2,4 @@

use OpenSSL::Test::Simple;

simple_test("test_sha512", "sha512t", "sha512");
simple_test("test_sha512", "sha512t", "sha");