commit | cc0a13fcf8c3fee777024302aa4a29d7f6ee4e6a | [log] [tgz] |
---|---|---|
author | Jerry Yu <jerry.h.yu@arm.com> | Thu May 19 10:14:24 2022 +0800 |
committer | Jerry Yu <jerry.h.yu@arm.com> | Thu May 19 10:14:24 2022 +0800 |
tree | c36133f2f9e8a80b07742dbe23ea3f969f8765b5 | |
parent | bb2d47d956abdca4317abd70a4e440757fa71793 [diff] |
remove unnecessary empty line Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
diff --git a/library/ssl_tls13_generic.c b/library/ssl_tls13_generic.c index ab2933e..4a71ad1 100644 --- a/library/ssl_tls13_generic.c +++ b/library/ssl_tls13_generic.c
@@ -1389,7 +1389,6 @@ MBEDTLS_SSL_DEBUG_MSG( 1, ( "Switch to application keys for outbound traffic" ) ); mbedtls_ssl_set_outbound_transform( ssl, ssl->transform_application ); - /* * Free the previous session and switch to the current one. */