mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Improve format issue
Signed-off-by: Xiaokang Qian <xiaokang.qian@arm.com>
This commit is contained in:
@ -1914,6 +1914,7 @@ void mbedtls_ssl_conf_transport( mbedtls_ssl_config *conf, int transport );
|
|||||||
*/
|
*/
|
||||||
void mbedtls_ssl_conf_authmode( mbedtls_ssl_config *conf, int authmode );
|
void mbedtls_ssl_conf_authmode( mbedtls_ssl_config *conf, int authmode );
|
||||||
|
|
||||||
|
#if defined(MBEDTLS_SSL_PROTO_TLS1_3) && defined(MBEDTLS_SSL_EARLY_DATA)
|
||||||
/**
|
/**
|
||||||
* \brief Set the early data mode
|
* \brief Set the early data mode
|
||||||
* Default: disabled on server and client
|
* Default: disabled on server and client
|
||||||
@ -1933,7 +1934,6 @@ void mbedtls_ssl_conf_authmode( mbedtls_ssl_config *conf, int authmode );
|
|||||||
* \warning This interface is experimental and may change without notice.
|
* \warning This interface is experimental and may change without notice.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
#if defined(MBEDTLS_SSL_PROTO_TLS1_3) && defined(MBEDTLS_SSL_EARLY_DATA)
|
|
||||||
void mbedtls_ssl_tls13_conf_early_data( mbedtls_ssl_config *conf,
|
void mbedtls_ssl_tls13_conf_early_data( mbedtls_ssl_config *conf,
|
||||||
int early_data_enabled );
|
int early_data_enabled );
|
||||||
#endif /* MBEDTLS_SSL_PROTO_TLS1_3 && MBEDTLS_SSL_EARLY_DATA */
|
#endif /* MBEDTLS_SSL_PROTO_TLS1_3 && MBEDTLS_SSL_EARLY_DATA */
|
||||||
|
Reference in New Issue
Block a user