mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-04 22:19:05 +00:00
early data: rename configuration function
Rename mbedtls_ssl_tls13_conf_early_data as mbedtls_ssl_conf_early_data since in the future this may not be specific to TLS 1.3. Signed-off-by: Yanray Wang <yanray.wang@arm.com>
This commit is contained in:
parent
b578514b03
commit
d5ed36ff24
4 changed files with 7 additions and 7 deletions
|
|
@ -2776,7 +2776,7 @@ usage:
|
|||
}
|
||||
|
||||
#if defined(MBEDTLS_SSL_EARLY_DATA)
|
||||
mbedtls_ssl_tls13_conf_early_data(&conf, tls13_early_data_enabled);
|
||||
mbedtls_ssl_conf_early_data(&conf, tls13_early_data_enabled);
|
||||
if (tls13_early_data_enabled == MBEDTLS_SSL_EARLY_DATA_ENABLED) {
|
||||
mbedtls_ssl_tls13_conf_max_early_data_size(
|
||||
&conf, opt.max_early_data_size);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue