mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-09 11:14:26 +02:00
Remove redundant use of local variable in CliKeyExch writing
This commit is contained in:
@@ -3591,7 +3591,6 @@ static int ssl_client_key_exchange_write( mbedtls_ssl_context *ssl,
|
||||
{
|
||||
((void) ret);
|
||||
((void) end);
|
||||
n = 0;
|
||||
}
|
||||
else
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user