From 09d0d67c13acf3c878a52af22535dd02b51c6278 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Fri, 21 Dec 2012 16:24:48 +0000 Subject: [PATCH] add missing newline --- apps/ocsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, "- use specified digest in the request"); + BIO_printf (bio_err, "- use specified digest in the request\n"); goto end; } -- 2.25.1