提交 33242d9d 编写于 作者: R Rich Salz

Use scalar, not length; fixes test_evp

Reviewed-by: NStephen Henson <steve@openssl.org>
Reviewed-by: NRichard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3452)
上级 e195c8a2
......@@ -17,7 +17,7 @@ setup("test_evp");
my @files = ( "evpciph.txt", "evpdigest.txt", "evpencod.txt", "evpkdf.txt",
"evpmac.txt", "evppbe.txt", "evppkey.txt" );
plan tests => length(@files);
plan tests => scalar(@files);
foreach my $f ( @files ) {
ok(run(test(["evp_test", srctop_file("test", "$f")])),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册