PACKET: add PACKET_memdup and PACKET_strndup
[openssl.git] / test / recipes / tconversion.pl
index 94039e932b255e93c3aa585ce0329f51761c95dc..011dcbffb9ff6c9b9ffb43b8e915c4f26dd29308 100644 (file)
@@ -5,13 +5,13 @@ use warnings;
 
 use File::Compare qw/compare_text/;
 use File::Copy;
-use Test::More;
 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;