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 <rsalz@openssl.org>
This commit is contained in:
Richard Levitte 2015-08-08 11:45:54 +02:00
parent 2a74b62e3a
commit 8de4f3d3a6

View File

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