From 265f835e3e94e488ca93a2ea4cf2f8e8b1a9aa61 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sat, 15 Dec 2012 00:29:12 +0000 Subject: [PATCH] typo --- apps/ocsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.34.1