remove variable initial
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
8937eb491a
commit
39730a70cd
1 changed files with 1 additions and 2 deletions
|
@ -1147,8 +1147,7 @@ static int ssl_tls13_write_encrypted_extensions( mbedtls_ssl_context *ssl )
|
|||
{
|
||||
int ret = MBEDTLS_ERR_ERROR_CORRUPTION_DETECTED;
|
||||
unsigned char *buf;
|
||||
size_t buf_len = 0;
|
||||
size_t msg_len = 0;
|
||||
size_t buf_len, msg_len;
|
||||
|
||||
MBEDTLS_SSL_DEBUG_MSG( 2, ( "=> write encrypted extensions" ) );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue