Remove redundant use of local variable in CliKeyExch writing

This commit is contained in:
Hanno Becker 2019-08-12 14:47:43 +01:00
parent ae22dd3820
commit 44a29f4a6f

View file

@ -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