fix various issue
- rename connection time variable - remove unnecessary comments Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
9e7f9bc253
commit
ebe1de62f9
1 changed files with 0 additions and 3 deletions
|
@ -1407,9 +1407,6 @@ cleanup:
|
|||
* case encrypted_extensions: Empty;
|
||||
* };
|
||||
* } EarlyDataIndication;
|
||||
*
|
||||
* We use `mbedtls_ssl_is_handshake_over()` to decide if `max_early_data_size`
|
||||
* should be sent for `new_session_ticket` is post-handshake message.
|
||||
*/
|
||||
#if defined(MBEDTLS_SSL_EARLY_DATA)
|
||||
int mbedtls_ssl_tls13_write_early_data_ext(mbedtls_ssl_context *ssl,
|
||||
|
|
Loading…
Reference in a new issue