summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-12-15 00:29:12 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-12-15 00:29:12 +0000
commit265f835e3e94e488ca93a2ea4cf2f8e8b1a9aa61 (patch)
tree0dc29161f36206ef7f3c51e501dcff084d7e817d /apps
parent33826fd028a480602ee55faa6c91a347155d3e1e (diff)
typo
Diffstat (limited to 'apps')
-rw-r--r--apps/ocsp.c2
1 files changed, 1 insertions, 1 deletions
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");