From 0c2333d3bd04fa09a16048816120da706612474d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Lef=C3=A8vre?= Date: Mon, 5 Feb 2024 10:45:20 +0100 Subject: [PATCH] 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) --- apps/rehash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/rehash.c b/apps/rehash.c index 56a6ccea09..26bdb64ae4 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. */