ssl: fix format specifier for size_t argument to BIO_printf
authorPauli <ppzgs1@gmail.com>
Thu, 11 Mar 2021 22:30:33 +0000 (08:30 +1000)
committerPauli <ppzgs1@gmail.com>
Sat, 13 Mar 2021 06:08:33 +0000 (16:08 +1000)
commit234261f3a1a4fc88d51fde2007852c0a45e7ce8a
treefadcd3976a570c84b4450f8a8b1e191914b9b359
parent0413b7bb9cbc63859972451e7a554171c2c1fddb
ssl: fix format specifier for size_t argument to BIO_printf

Fixes #14519

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/14521)
ssl/t1_enc.c