mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-14 07:20:52 +00:00
Pacify uncrustify
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
afb254c5fe
commit
b8f1e4bae3
@ -3141,8 +3141,7 @@ int mbedtls_ssl_prepare_handshake_record(mbedtls_ssl_context *ssl)
|
||||
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));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user