Rename evptests.txt to evppkey.txt
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3443)
This commit is contained in:
parent
6b7b34330b
commit
07fbdfe94d
2 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ use OpenSSL::Test qw/:DEFAULT srctop_file/;
|
|||
setup("test_evp");
|
||||
|
||||
my @files = ( "evpciph.txt", "evpdigest.txt", "evpencod.txt", "evpkdf.txt",
|
||||
"evpmac.txt", "evppbe.txt", "evptests.txt" );
|
||||
"evpmac.txt", "evppbe.txt", "evppkey.txt" );
|
||||
|
||||
plan tests => length(@files);
|
||||
|
||||
|
|
Loading…
Reference in a new issue