This commit is contained in:
Dr. Stephen Henson 2012-12-15 00:29:12 +00:00
parent 33826fd028
commit 265f835e3e

View file

@ -749,7 +749,7 @@ int MAIN(int argc, char **argv)
if (reqout) if (reqout)
{ {
if (!strcmp(respout, "-")) if (!strcmp(reqout, "-"))
derbio = BIO_new_fp(stdout, BIO_NOCLOSE); derbio = BIO_new_fp(stdout, BIO_NOCLOSE);
else else
derbio = BIO_new_file(reqout, "wb"); derbio = BIO_new_file(reqout, "wb");