From: Dr. Stephen Henson Date: Sat, 15 Dec 2012 00:29:12 +0000 (+0000) Subject: typo X-Git-Tag: master-pre-reformat~1463 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=265f835e3e94e488ca93a2ea4cf2f8e8b1a9aa61;p=openssl typo --- diff --git a/apps/ocsp.c b/apps/ocsp.c index f5e37a6358..9a1bc97710 100644 --- a/apps/ocsp.c +++ b/apps/ocsp.c @@ -749,7 +749,7 @@ int MAIN(int argc, char **argv) if (reqout) { - if (!strcmp(respout, "-")) + if (!strcmp(reqout, "-")) derbio = BIO_new_fp(stdout, BIO_NOCLOSE); else derbio = BIO_new_file(reqout, "wb");