The branch master has been updated
       via  05eec39505ba8af6f3c1558a26c565987707cd37 (commit)
      from  26dc47f3c44c7fb4488d1becaf997737486f4922 (commit)


- Log -----------------------------------------------------------------
commit 05eec39505ba8af6f3c1558a26c565987707cd37
Author: Rich Salz <[email protected]>
Date:   Tue Jun 20 14:14:48 2017 -0400

    Ensure a space after colon in enc -v
    
    Reviewed-by: Andy Polyakov <[email protected]>
    (Merged from https://github.com/openssl/openssl/pull/3725)

-----------------------------------------------------------------------

Summary of changes:
 apps/enc.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/apps/enc.c b/apps/enc.c
index 1ff1d6b..49568ea 100644
--- a/apps/enc.c
+++ b/apps/enc.c
@@ -549,8 +549,8 @@ int enc_main(int argc, char **argv)
 
     ret = 0;
     if (verbose) {
-        BIO_printf(bio_err, "bytes read   :%8ju\n", BIO_number_read(in));
-        BIO_printf(bio_err, "bytes written:%8ju\n", BIO_number_written(out));
+        BIO_printf(bio_err, "bytes read   : %8ju\n", BIO_number_read(in));
+        BIO_printf(bio_err, "bytes written: %8ju\n", BIO_number_written(out));
     }
  end:
     ERR_print_errors(bio_err);
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to