1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-06-26 23:14:07 +08:00

Pacify uncrustify

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine 2025-03-06 21:32:08 +01:00
parent 0a467ccd24
commit dee926359c

View File

@ -3398,8 +3398,7 @@ int mbedtls_ssl_prepare_handshake_record(mbedtls_ssl_context *ssl)
if (ssl->in_hslen < ssl->in_msglen) { if (ssl->in_hslen < ssl->in_msglen) {
MBEDTLS_SSL_DEBUG_MSG(3, MBEDTLS_SSL_DEBUG_MSG(3,
("More handshake messages in the record: " ("More handshake messages in the record: "
"%" MBEDTLS_PRINTF_SIZET " + " "%" MBEDTLS_PRINTF_SIZET " + %" MBEDTLS_PRINTF_SIZET,
"%" MBEDTLS_PRINTF_SIZET,
ssl->in_hslen, ssl->in_hslen,
ssl->in_msglen - ssl->in_hslen)); ssl->in_msglen - ssl->in_hslen));
} }