mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
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:
parent
7f990b0ee3
commit
6ff4211781
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user