Add a recipe for the new pbelu test
[openssl.git] / apps / dsa.c
index 9998bfe30a606545415a0432e376e8e71eb88030..d829f980fa4b55b5eaced7539486157ab1ce8ebe 100644 (file)
@@ -225,7 +225,7 @@ int dsa_main(int argc, char **argv)
         goto end;
     }
 
-    out = bio_open_owner(outfile, "w", private);
+    out = bio_open_owner(outfile, outformat, private);
     if (out == NULL)
         goto end;