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)
This commit is contained in:
Vincent Lefèvre 2024-02-05 10:45:20 +01:00 committed by Tomas Mraz
parent a5b0c568db
commit 0c2333d3bd
1 changed files with 1 additions and 1 deletions

View File

@ -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. */