mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-23 19:55:37 +00:00
Remove redundant use of local variable in CliKeyExch writing
This commit is contained in:
parent
ae22dd3820
commit
44a29f4a6f
|
@ -3591,7 +3591,6 @@ static int ssl_client_key_exchange_write( mbedtls_ssl_context *ssl,
|
|||
{
|
||||
((void) ret);
|
||||
((void) end);
|
||||
n = 0;
|
||||
}
|
||||
else
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue