Fix more C code style issues

Signed-off-by: Nico Geyso <ng@gsmk.de>
This commit is contained in:
Nico Geyso
2025-11-19 23:09:11 +01:00
parent f9a734f2b7
commit 13200ab116
2 changed files with 3 additions and 3 deletions

View File

@@ -1716,11 +1716,11 @@ struct mbedtls_ssl_context {
on next call to record layer? */
unsigned char MBEDTLS_PRIVATE(in_alert_recv); /*!< Determines if a fatal alert has
been received. Values:
been received. Values:
- \c 0 , no fatal alert received.
- \c 1 , a fatal alert has been received */
unsigned char MBEDTLS_PRIVATE(in_alert_type); /*!< Type of fatal alert if in_alert_recv
!= 0 */
!= 0 */
/* The following three variables indicate if and, if yes,
* what kind of alert is pending to be sent.