Loading apps/ocsp.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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"); Loading Loading
apps/ocsp.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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"); Loading