Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-04-20 13:23:34 +0300
committerMatt Caswell <matt@openssl.org>2020-04-21 16:52:08 +0300
commit2d3e6d41165ca2f225d500cfbc7dff8714f37f95 (patch)
tree0e1cd7734c1e3e97d54730ece3e245fa1604c611 /test
parenteb7598039683971b020a3d1395b2ca1257579a59 (diff)
Fix no-des
Disable a recently added CMS test in the case of no-des. Reviewed-by: Paul Yang <kaishen.yy@antfin.com> (Merged from https://github.com/openssl/openssl/pull/11578)
Diffstat (limited to 'test')
-rw-r--r--test/recipes/80-test_cms.t4
1 files changed, 2 insertions, 2 deletions
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";