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:
parent
2a74b62e3a
commit
8de4f3d3a6
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user