commit | dee926359ca8d351c97e0a9086aea244fda4f64c | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Thu Mar 06 21:32:08 2025 +0100 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Thu Mar 06 21:33:29 2025 +0100 |
tree | 3a59a2bb539f4b4b79caa9ca9d56a84f17eb5916 | |
parent | 0a467ccd2435bbf1e67a977e92a7992183a7a3d3 [diff] [blame] |
Pacify uncrustify Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
diff --git a/library/ssl_msg.c b/library/ssl_msg.c index b63533d..fd3cb2f 100644 --- a/library/ssl_msg.c +++ b/library/ssl_msg.c
@@ -3398,8 +3398,7 @@ if (ssl->in_hslen < ssl->in_msglen) { MBEDTLS_SSL_DEBUG_MSG(3, ("More handshake messages in the record: " - "%" MBEDTLS_PRINTF_SIZET " + " - "%" MBEDTLS_PRINTF_SIZET, + "%" MBEDTLS_PRINTF_SIZET " + %" MBEDTLS_PRINTF_SIZET, ssl->in_hslen, ssl->in_msglen - ssl->in_hslen)); }