mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
Skip the CMS tests if CMS is disabled
This fixes the no-cms compile time option. Reviewed-by: Emilia Käsper <emilia@openssl.org>
This commit is contained in:
parent
83ae8124de
commit
18cb0221b9
@ -11,6 +11,9 @@ use OpenSSL::Test::Utils;
|
||||
|
||||
setup("test_cms");
|
||||
|
||||
plan skip_all => "CMS is not supported by this OpenSSL build"
|
||||
if disabled("cms");
|
||||
|
||||
my $smdir = srctop_dir("test", "smime-certs");
|
||||
my $smcont = srctop_file("test", "smcont.txt");
|
||||
my ($no_des, $no_dh, $no_dsa, $no_ec, $no_ec2m, $no_rc2, $no_zlib)
|
||||
|
Loading…
Reference in New Issue
Block a user