From: Richard Levitte Date: Sat, 8 Aug 2015 09:45:54 +0000 (+0200) Subject: Remove special x509 test conversions X-Git-Tag: OpenSSL_1_1_0-pre1~661 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=8de4f3d3a63f5eb5afa4bd92043953b501d0d7eb Remove special x509 test conversions Following the commit from July 2 that removed netscape formated certs, it is no longer necessary to have conversion tests for it. Reviewed-by: Rich Salz --- 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;