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:
Rich Salz 2017-05-11 12:43:49 -04:00
parent 6b7b34330b
commit 07fbdfe94d
2 changed files with 1 additions and 1 deletions

View file

@ -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);