]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/dsa.c
Change the way apps open their input and output files
[thirdparty/openssl.git] / apps / dsa.c
index 4fca8526388afd0ab4cc6ef16fbfeb892beddd9f..d829f980fa4b55b5eaced7539486157ab1ce8ebe 100644 (file)
@@ -225,7 +225,7 @@ int dsa_main(int argc, char **argv)
         goto end;
     }
 
-    out = bio_open_owner(outfile, WB(outformat), private);
+    out = bio_open_owner(outfile, outformat, private);
     if (out == NULL)
         goto end;