mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-10 06:44:28 +00:00
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
@ -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…
x
Reference in New Issue
Block a user