Fix no-des
authorMatt Caswell <matt@openssl.org>
Mon, 20 Apr 2020 10:23:34 +0000 (11:23 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 21 Apr 2020 13:52:08 +0000 (14:52 +0100)
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)

test/recipes/80-test_cms.t

index 0e2969dee05d5c7f7f79eb74c8420b693aa065a9..3b472a740280614775a1294394cfff5d420938f5 100644 (file)
@@ -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";