Fix 80-test_ssl_old.t: only count the ciphers if there are any.
[openssl.git] / test / recipes / tconversion.pl
index e5fa9dec879e1097c86eea8d13740c2c4a9860f7..1a308e20b87735fad088c98ef49e729644d0efff 100644 (file)
@@ -19,11 +19,12 @@ my %conversionforms = (
     # Default conversion forms.  Other series may be added with
     # specific test types as key.
     "*"                => [ "d", "p" ],
+    "msb"      => [ "d", "p", "msblob" ],
     );
 sub tconversion {
     my $testtype = shift;
     my $t = shift;
-    my @conversionforms = 
+    my @conversionforms =
        defined($conversionforms{$testtype}) ?
        @{$conversionforms{$testtype}} :
        @{$conversionforms{"*"}};