mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-04 06:40:03 +00:00
fix CI build fail
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
83bb13101a
commit
b640bf6c15
@ -271,7 +271,7 @@ static int ssl_tls13_parse_certificate( mbedtls_ssl_context *ssl,
|
|||||||
|
|
||||||
MBEDTLS_SSL_CHK_BUF_READ_PTR( p, end, 4 );
|
MBEDTLS_SSL_CHK_BUF_READ_PTR( p, end, 4 );
|
||||||
certificate_request_context_len = p[0];
|
certificate_request_context_len = p[0];
|
||||||
certificate_list_len = MBEDTLS_GET_UINT24_BE( p, 0 );
|
certificate_list_len = MBEDTLS_GET_UINT24_BE( p, 1 );
|
||||||
p += 4;
|
p += 4;
|
||||||
|
|
||||||
/* In theory, the certificate list can be up to 2^24 Bytes, but we don't
|
/* In theory, the certificate list can be up to 2^24 Bytes, but we don't
|
||||||
|
Loading…
x
Reference in New Issue
Block a user