mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Fix format issues in comments
Signed-off-by: Xiaokang Qian <xiaokang.qian@arm.com>
This commit is contained in:
@ -1793,7 +1793,7 @@ struct mbedtls_ssl_context
|
|||||||
|
|
||||||
#if defined(MBEDTLS_SSL_EARLY_DATA) && defined(MBEDTLS_SSL_CLI_C)
|
#if defined(MBEDTLS_SSL_EARLY_DATA) && defined(MBEDTLS_SSL_CLI_C)
|
||||||
/*
|
/*
|
||||||
* early data request state
|
* early data request status
|
||||||
*/
|
*/
|
||||||
int MBEDTLS_PRIVATE(early_data_status);
|
int MBEDTLS_PRIVATE(early_data_status);
|
||||||
#endif /* MBEDTLS_SSL_EARLY_DATA && MBEDTLS_SSL_CLI_C */
|
#endif /* MBEDTLS_SSL_EARLY_DATA && MBEDTLS_SSL_CLI_C */
|
||||||
|
@ -1375,8 +1375,6 @@ cleanup:
|
|||||||
#endif /* MBEDTLS_SSL_TLS1_3_COMPATIBILITY_MODE */
|
#endif /* MBEDTLS_SSL_TLS1_3_COMPATIBILITY_MODE */
|
||||||
|
|
||||||
/* Early Data Extension
|
/* Early Data Extension
|
||||||
*
|
|
||||||
* struct {} Empty;
|
|
||||||
*
|
*
|
||||||
* struct {
|
* struct {
|
||||||
* select ( Handshake.msg_type ) {
|
* select ( Handshake.msg_type ) {
|
||||||
|
Reference in New Issue
Block a user