aboutsummaryrefslogtreecommitdiffstats
path: root/apps/ocsp.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-12-21 16:24:48 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-12-21 16:24:48 +0000
commit09d0d67c13acf3c878a52af22535dd02b51c6278 (patch)
treed76ed2f7f081e0ba55f086054ac102fae4b04828 /apps/ocsp.c
parent0028a23b9f182b72e34af88f1e076d65d7712f87 (diff)
downloadopenssl-09d0d67c13acf3c878a52af22535dd02b51c6278.tar.gz
add missing newline
Diffstat (limited to 'apps/ocsp.c')
-rw-r--r--apps/ocsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/ocsp.c b/apps/ocsp.c
index b76e868744..e2906222df 100644
--- 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;
}