提交 8de4f3d3 编写于 作者: R Richard Levitte

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: NRich Salz <rsalz@openssl.org>
上级 2a74b62e
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册