From 44a29f4a6f07afc7503fdd4bc9a1571c9c48e804 Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Mon, 12 Aug 2019 14:47:43 +0100 Subject: [PATCH] Remove redundant use of local variable in CliKeyExch writing --- library/ssl_cli.c | 1 - 1 file changed, 1 deletion(-) diff --git a/library/ssl_cli.c b/library/ssl_cli.c index 07ee2bbb0..8e865924a 100644 --- a/library/ssl_cli.c +++ b/library/ssl_cli.c @@ -3591,7 +3591,6 @@ static int ssl_client_key_exchange_write( mbedtls_ssl_context *ssl, { ((void) ret); ((void) end); - n = 0; } else #endif