mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-29 00:17:49 +00:00
ssl.h: Fix comment
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
parent
11cc41265b
commit
149b0e7ca2
@ -1843,7 +1843,7 @@ struct mbedtls_ssl_context {
|
||||
|
||||
#if defined(MBEDTLS_SSL_EARLY_DATA)
|
||||
int MBEDTLS_PRIVATE(early_data_status);
|
||||
#endif /* MBEDTLS_SSL_EARLY_DATA && MBEDTLS_SSL_CLI_C */
|
||||
#endif
|
||||
|
||||
/** Callback to export key block and master secret */
|
||||
mbedtls_ssl_export_keys_t *MBEDTLS_PRIVATE(f_export_keys);
|
||||
|
Loading…
Reference in New Issue
Block a user