diff options
author | Tomas Mraz <tomas@openssl.org> | 2025-01-06 13:03:59 +0100 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2025-01-06 13:03:59 +0100 |
commit | ff10a027f94806c5daed42a1f6488759bed68cd3 (patch) | |
tree | de355af99467c5c5113a78bf4d083dc18400c580 /test/recipes/80-test_cms.t | |
parent | Fix CMS encryption with key agreement when originator set (diff) | |
download | openssl-ff10a027f94806c5daed42a1f6488759bed68cd3.tar.xz openssl-ff10a027f94806c5daed42a1f6488759bed68cd3.zip |
80-test_cms.t: Fix incorrect plan from bad merge
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26322)
Diffstat (limited to '')
-rw-r--r-- | test/recipes/80-test_cms.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recipes/80-test_cms.t b/test/recipes/80-test_cms.t index 6eca00a923..0d54334ebd 100644 --- a/test/recipes/80-test_cms.t +++ b/test/recipes/80-test_cms.t @@ -52,7 +52,7 @@ my ($no_des, $no_dh, $no_dsa, $no_ec, $no_ec2m, $no_rc2, $no_zlib) $no_rc2 = 1 if disabled("legacy"); -plan tests => 26; +plan tests => 27; ok(run(test(["pkcs7_test"])), "test pkcs7"); |