Don't try and parse boolean type.
[openssl.git] / apps / rsa.c
index c7ad44b75d96097b028d4622f16f1dc80d0c3e91..f8a0deceb6511a949a218cc44ac1d45552c20f38 100644 (file)
@@ -292,7 +292,7 @@ int rsa_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;