mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-28 00:21:48 +03:00
- Fixed possible uninitialized values
This commit is contained in:
@ -681,7 +681,7 @@ static int ssl_write_server_hello_done( ssl_context *ssl )
|
||||
|
||||
static int ssl_parse_client_key_exchange( ssl_context *ssl )
|
||||
{
|
||||
int ret, i, n;
|
||||
int ret, i, n = 0;
|
||||
|
||||
SSL_DEBUG_MSG( 2, ( "=> parse client key exchange" ) );
|
||||
|
||||
|
Reference in New Issue
Block a user