fix comment issue
Co-authored-by: Xiaokang Qian <53458466+xkqian@users.noreply.github.com> Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
c52e3bd93b
commit
854dd9e23f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue