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:
f1aec4d
)
add missing \n
author
Dr. Stephen Henson
<steve@openssl.org>
Sun, 23 Dec 2012 18:12:28 +0000
(18:12 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Sun, 23 Dec 2012 18:12:28 +0000
(18:12 +0000)
apps/ocsp.c
patch
|
blob
|
history
diff --git
a/apps/ocsp.c
b/apps/ocsp.c
index b76e868744f0a207f49754e7d54bd77d4be1249e..e2906222df4a33517d84a71d5049cff5f8eb14f9 100644
(file)
--- a/
apps/ocsp.c
+++ b/
apps/ocsp.c
@@
-638,7
+638,7
@@
int MAIN(int argc, char **argv)
BIO_printf (bio_err, "-ndays n number of days before next update\n");
BIO_printf (bio_err, "-resp_key_id identify reponse by signing certificate key ID\n");
BIO_printf (bio_err, "-nrequest n number of requests to accept (default unlimited)\n");
- BIO_printf (bio_err, "-<dgst alg> use specified digest in the request");
+ BIO_printf (bio_err, "-<dgst alg> use specified digest in the request
\n
");
goto end;
}