Restore the empty lines

Signed-off-by: Xiaokang Qian <[email protected]>
This commit is contained in:
Xiaokang Qian
2023-02-08 05:47:48 +00:00
parent b58462157e
commit 7179f810f1
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -893,7 +893,6 @@ static int ssl_prepare_client_hello(mbedtls_ssl_context *ssl)
return 0;
}
/*
* Write ClientHello handshake message.
* Handler for MBEDTLS_SSL_CLIENT_HELLO
+1
View File
@@ -898,6 +898,7 @@ int mbedtls_ssl_tls13_write_identities_of_pre_shared_key_ext(
size_t identity_len;
size_t l_binders_len = 0;
size_t output_len;
*out_len = 0;
*binders_len = 0;