Fix format issues in comments

Signed-off-by: Xiaokang Qian <xiaokang.qian@arm.com>
This commit is contained in:
Xiaokang Qian 2022-10-31 09:35:32 +00:00
parent 0e97d4d16d
commit 911c0cc4f0
2 changed files with 1 additions and 3 deletions

View file

@ -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 */

View file

@ -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 ) {