X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=test%2Frecipes%2Ftconversion.pl;h=011dcbffb9ff6c9b9ffb43b8e915c4f26dd29308;hp=4eef7c17a322ec65e1383b45c15bb082a5d3d54a;hb=8de4f3d3a63f5eb5afa4bd92043953b501d0d7eb;hpb=2a74b62e3ae1b6916190ff19276ed49a9b728b8f diff --git a/test/recipes/tconversion.pl b/test/recipes/tconversion.pl index 4eef7c17a3..011dcbffb9 100644 --- a/test/recipes/tconversion.pl +++ b/test/recipes/tconversion.pl @@ -9,8 +9,9 @@ use lib 'testlib'; use OpenSSL::Test qw/:DEFAULT top_file/; my %conversionforms = ( + # Default conversion forms. Other series may be added with + # specific test types as key. "*" => [ "d", "p" ], - x509 => [ "d", "n", "p" ], ); sub tconversion { my $testtype = shift;