Document mbedtls_ssl_context::pending_fatal_alert_msg

This commit is contained in:
Hanno Becker 2019-07-25 12:54:16 +01:00
parent c8f529995f
commit 50d53212ef

View File

@ -1235,7 +1235,8 @@ struct mbedtls_ssl_context
{ {
const mbedtls_ssl_config *conf; /*!< configuration information */ const mbedtls_ssl_config *conf; /*!< configuration information */
unsigned char pending_fatal_alert_msg; unsigned char pending_fatal_alert_msg; /*!< Type of a fatal alert
* pending to be delivered. */
/* /*
* Miscellaneous * Miscellaneous