fix undeclared variable error
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com> # Conflicts: # library/ssl_tls13_client.c
This commit is contained in:
parent
5cc8f0a0d8
commit
c4d22444d6
@ -112,7 +112,7 @@ static int ssl_tls13_write_exts_client_hello( mbedtls_ssl_context *ssl,
|
|||||||
unsigned char *buf, size_t buflen,
|
unsigned char *buf, size_t buflen,
|
||||||
size_t *len_with_binders )
|
size_t *len_with_binders )
|
||||||
{
|
{
|
||||||
/* Extensions */
|
/* Extensions */
|
||||||
|
|
||||||
/* extension_start
|
/* extension_start
|
||||||
* Used during extension writing where the
|
* Used during extension writing where the
|
||||||
@ -120,9 +120,7 @@ static int ssl_tls13_write_exts_client_hello( mbedtls_ssl_context *ssl,
|
|||||||
* extension list must be kept to write
|
* extension list must be kept to write
|
||||||
* the total extension list size in the end.
|
* the total extension list size in the end.
|
||||||
*/
|
*/
|
||||||
#if defined(MBEDTLS_KEY_EXCHANGE_WITH_CERT_ENABLED)
|
|
||||||
int ret;
|
int ret;
|
||||||
#endif /* MBEDTLS_KEY_EXCHANGE_WITH_CERT_ENABLED */
|
|
||||||
unsigned char* extension_start;
|
unsigned char* extension_start;
|
||||||
size_t cur_ext_len; /* Size of the current extension */
|
size_t cur_ext_len; /* Size of the current extension */
|
||||||
size_t total_ext_len; /* Size of list of extensions */
|
size_t total_ext_len; /* Size of list of extensions */
|
||||||
|
Loading…
Reference in New Issue
Block a user