From: Matt Caswell Date: Mon, 20 Apr 2020 10:23:34 +0000 (+0100) Subject: Fix no-des X-Git-Tag: openssl-3.0.0-alpha1~22 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2d3e6d41165ca2f225d500cfbc7dff8714f37f95;p=oweals%2Fopenssl.git Fix no-des Disable a recently added CMS test in the case of no-des. Reviewed-by: Paul Yang (Merged from https://github.com/openssl/openssl/pull/11578) --- diff --git a/test/recipes/80-test_cms.t b/test/recipes/80-test_cms.t index 0e2969dee0..3b472a7402 100644 --- a/test/recipes/80-test_cms.t +++ b/test/recipes/80-test_cms.t @@ -640,8 +640,8 @@ subtest "CMS Decrypt message encrypted with OpenSSL 1.1.1\n" => sub { plan tests => 1; SKIP: { - skip "EC isn't supported in this build", 1 - if disabled("ec"); + skip "EC or DES isn't supported in this build", 1 + if disabled("ec") || disabled("des"); my $out = "smtst.txt";