mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-30 15:32:58 +00:00
Improve the comments of early data input
Signed-off-by: Xiaokang Qian <xiaokang.qian@arm.com>
This commit is contained in:
parent
70fbdcf904
commit
6c678d7543
@ -544,7 +544,8 @@ struct options {
|
||||
int reproducible; /* make communication reproducible */
|
||||
int skip_close_notify; /* skip sending the close_notify alert */
|
||||
#if defined(MBEDTLS_SSL_EARLY_DATA)
|
||||
const char *early_data_file; /* the file path of early data */
|
||||
const char *early_data_file; /* the path of the file containing the
|
||||
* early data to send */
|
||||
#endif
|
||||
int query_config_mode; /* whether to read config */
|
||||
int use_srtp; /* Support SRTP */
|
||||
|
Loading…
x
Reference in New Issue
Block a user