summaryrefslogtreecommitdiffstats
path: root/apps/rehash.c
diff options
context:
space:
mode:
authorVincent Lefèvre <vincent@vinc17.net>2024-02-05 10:45:20 +0100
committerTomas Mraz <tomas@openssl.org>2024-02-06 12:33:39 +0100
commit0c2333d3bd04fa09a16048816120da706612474d (patch)
tree4f379012ccaeea9dd38f6752dcb8a5cbc1220df7 /apps/rehash.c
parenta5b0c568dbefddd154f99011d7ce76cfbfadb67a (diff)
Add a missing space in an error message
CLA: trivial Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23481)
Diffstat (limited to 'apps/rehash.c')
-rw-r--r--apps/rehash.c2
1 files changed, 1 insertions, 1 deletions
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. */