Fix format issues in comments
Signed-off-by: Xiaokang Qian <xiaokang.qian@arm.com>
This commit is contained in:
parent
0e97d4d16d
commit
911c0cc4f0
2 changed files with 1 additions and 3 deletions
|
@ -1793,7 +1793,7 @@ struct mbedtls_ssl_context
|
|||
|
||||
#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);
|
||||
#endif /* MBEDTLS_SSL_EARLY_DATA && MBEDTLS_SSL_CLI_C */
|
||||
|
|
|
@ -1375,8 +1375,6 @@ cleanup:
|
|||
#endif /* MBEDTLS_SSL_TLS1_3_COMPATIBILITY_MODE */
|
||||
|
||||
/* Early Data Extension
|
||||
*
|
||||
* struct {} Empty;
|
||||
*
|
||||
* struct {
|
||||
* select ( Handshake.msg_type ) {
|
||||
|
|
Loading…
Reference in a new issue