CRL critical extension bugfix
[oweals/openssl.git] / test / recipes / tconversion.pl
index e5fa9dec879e1097c86eea8d13740c2c4a9860f7..ee675e9327e9756eb6ec79f4090cecaade1023b3 100644 (file)
@@ -19,6 +19,7 @@ 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;