]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix test_cms recipe
authorTomas Mraz <tomas@openssl.org>
Thu, 18 Jul 2024 07:42:57 +0000 (09:42 +0200)
committerTomas Mraz <tomas@openssl.org>
Thu, 18 Jul 2024 07:42:57 +0000 (09:42 +0200)
The number of tests was not bumped in 29bbe7d008

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24926)

test/recipes/80-test_cms.t

index 59756cbd861538230098bbda34ba2e3a4f81ba24..91006ba5b60320a1ac34f5044aef3cfc65415652 100644 (file)
@@ -50,7 +50,7 @@ my ($no_des, $no_dh, $no_dsa, $no_ec, $no_ec2m, $no_rc2, $no_zlib)
 
 $no_rc2 = 1 if disabled("legacy");
 
-plan tests => 23;
+plan tests => 25;
 
 ok(run(test(["pkcs7_test"])), "test pkcs7");