Check the validity of MINFO
[openssl.git] / test / bntest.c
index 675d0eb2613a2b3851d4997c11fb32175dbe2d30..be358c82d14cae1f1d226d9f307361bb3b3dedf6 100644 (file)
@@ -175,6 +175,12 @@ int main(int argc, char *argv[])
             EXIT(1);
         }
     }
+#ifdef OPENSSL_SYS_VMS
+    {
+        BIO *tmpbio = BIO_new(BIO_f_linebuffer());
+        out = BIO_push(tmpbio, out);
+    }
+#endif
 
     if (!results)
         BIO_puts(out, "obase=16\nibase=16\n");