From: Dr. Stephen Henson Date: Sun, 23 Dec 2012 18:19:28 +0000 (+0000) Subject: add missing \n X-Git-Tag: OpenSSL_1_0_1d~41 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3ea1e135695c75e920a034bf8b6f576261333051;p=oweals%2Fopenssl.git add missing \n --- diff --git a/apps/ocsp.c b/apps/ocsp.c index 01847dfad7..83c5a76700 100644 --- a/apps/ocsp.c +++ b/apps/ocsp.c @@ -617,7 +617,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; }