mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-07 02:39:57 +00:00
fix comment issue
Co-authored-by: Xiaokang Qian <[email protected]> Signed-off-by: Jerry Yu <[email protected]>
This commit is contained in:
co-authored by
Xiaokang Qian
parent
c52e3bd93b
commit
854dd9e23f
@@ -61,7 +61,7 @@ static int ssl_tls13_parse_key_exchange_modes_ext( mbedtls_ssl_context *ssl,
|
||||
size_t ke_modes_len;
|
||||
int ke_modes = 0;
|
||||
|
||||
/* Read PSK mode list length (1 Byte) */
|
||||
/* Read ke_modes length (1 Byte) */
|
||||
MBEDTLS_SSL_CHK_BUF_READ_PTR( p, end, 1 );
|
||||
ke_modes_len = *p++;
|
||||
/* Currently, there are only two PSK modes, so even without looking
|
||||
|
||||
Reference in New Issue
Block a user