commit | 50d53212efa100ff52a56dab8ebc4428b592ab85 | [log] [tgz] |
---|---|---|
author | Hanno Becker <hanno.becker@arm.com> | Thu Jul 25 12:54:16 2019 +0100 |
committer | Hanno Becker <hanno.becker@arm.com> | Thu Jul 25 12:59:24 2019 +0100 |
tree | fea11fbc3aac7b8cb6de465c9b5b2838778f31f1 | |
parent | c8f529995fbacad4a6d4d18912e2a77e769776b1 [diff] [blame] |
Document mbedtls_ssl_context::pending_fatal_alert_msg
diff --git a/include/mbedtls/ssl.h b/include/mbedtls/ssl.h index 5a774aa..b3fd7c4 100644 --- a/include/mbedtls/ssl.h +++ b/include/mbedtls/ssl.h
@@ -1235,7 +1235,8 @@ { 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