From: Vincent Lefèvre Date: Mon, 5 Feb 2024 09:45:20 +0000 (+0100) Subject: Add a missing space in an error message X-Git-Tag: openssl-3.3.0-alpha1~167 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c2333d3bd04fa09a16048816120da706612474d;p=thirdparty%2Fopenssl.git Add a missing space in an error message CLA: trivial Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/23481) --- diff --git a/apps/rehash.c b/apps/rehash.c index 56a6ccea092..26bdb64ae45 100644 --- a/apps/rehash.c +++ b/apps/rehash.c @@ -266,7 +266,7 @@ static int do_file(const char *filename, const char *fullpath, enum Hash h) if (sk_X509_INFO_num(inf) != 1) { BIO_printf(bio_err, - "%s: warning: skipping %s," + "%s: warning: skipping %s, " "it does not contain exactly one certificate or CRL\n", opt_getprog(), filename); /* This is not an error. */