mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-11 18:45:28 +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) ret);
|
||||||
((void) end);
|
((void) end);
|
||||||
n = 0;
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue