mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 20:55:36 +01:00
Document mbedtls_ssl_context::pending_fatal_alert_msg
This commit is contained in:
parent
c8f529995f
commit
50d53212ef
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user