projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33826fd
)
typo
author
Dr. Stephen Henson
<steve@openssl.org>
Sat, 15 Dec 2012 00:29:12 +0000
(
00:29
+0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Sat, 15 Dec 2012 00:29:12 +0000
(
00:29
+0000)
apps/ocsp.c
patch
|
blob
|
history
diff --git
a/apps/ocsp.c
b/apps/ocsp.c
index f5e37a6358f44aca1fc4c955a7effe47d1565831..9a1bc97710dc61b571a2de2396af182fbe55ecc7 100644
(file)
--- a/
apps/ocsp.c
+++ b/
apps/ocsp.c
@@
-749,7
+749,7
@@
int MAIN(int argc, char **argv)
if (reqout)
{
- if (!strcmp(re
sp
out, "-"))
+ if (!strcmp(re
q
out, "-"))
derbio = BIO_new_fp(stdout, BIO_NOCLOSE);
else
derbio = BIO_new_file(reqout, "wb");