typo
authorDr. Stephen Henson <steve@openssl.org>
Sat, 15 Dec 2012 00:29:12 +0000 (00:29 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sat, 15 Dec 2012 00:29:12 +0000 (00:29 +0000)
apps/ocsp.c

index f5e37a6358f44aca1fc4c955a7effe47d1565831..9a1bc97710dc61b571a2de2396af182fbe55ecc7 100644 (file)
@@ -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");