Remove leftover local debug line
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
7910cdd47f
commit
3713bee34c
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue