Add a missing space in an error message
authorVincent Lefèvre <vincent@vinc17.net>
Mon, 5 Feb 2024 09:45:20 +0000 (10:45 +0100)
committerTomas Mraz <tomas@openssl.org>
Tue, 6 Feb 2024 11:33:39 +0000 (12:33 +0100)
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)

apps/rehash.c

index 56a6ccea0928a6d913e299d55d6844845cc5e4d9..26bdb64ae453868aa2c75c16574931250f0c2441 100644 (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. */