mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
6ff4211781
These tests were checking for specific sha variants, when they should just check if "sha" is disabled. Reviewed-by: Stephen Henson <steve@openssl.org>
6 lines
91 B
Perl
6 lines
91 B
Perl
#! /usr/bin/perl
|
|
|
|
use OpenSSL::Test::Simple;
|
|
|
|
simple_test("test_sha1", "sha1test", "sha");
|