mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-26 02:37:08 +00:00
Remove leftover local debug line
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
7910cdd47f
commit
3713bee34c
@ -3737,7 +3737,6 @@ static int ssl_parse_client_key_exchange(mbedtls_ssl_context *ssl)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Store peer's ECDH public key. */
|
/* Store peer's ECDH public key. */
|
||||||
MBEDTLS_SSL_DEBUG_MSG(3, ("data_len=%zu sizeof(handshake->xxdh_psa_peerkey)=%zu", data_len, sizeof(handshake->xxdh_psa_peerkey)));
|
|
||||||
if (data_len > sizeof(handshake->xxdh_psa_peerkey)) {
|
if (data_len > sizeof(handshake->xxdh_psa_peerkey)) {
|
||||||
MBEDTLS_SSL_DEBUG_MSG(1, ("Invalid public key length: %" MBEDTLS_PRINTF_SIZET
|
MBEDTLS_SSL_DEBUG_MSG(1, ("Invalid public key length: %" MBEDTLS_PRINTF_SIZET
|
||||||
" > %" MBEDTLS_PRINTF_SIZET,
|
" > %" MBEDTLS_PRINTF_SIZET,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user