mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-05 09:40:32 +00:00
Fix typo in documentation of mbedtls_ssl_context::cid_in_use
This commit is contained in:
parent
fb034e852e
commit
f1a2808b8f
@ -395,7 +395,7 @@ struct mbedtls_ssl_handshake_params
|
|||||||
/* The state of CID configuration in this handshake. */
|
/* The state of CID configuration in this handshake. */
|
||||||
|
|
||||||
uint8_t cid_in_use; /*!< This indicates whether the use of the CID extension
|
uint8_t cid_in_use; /*!< This indicates whether the use of the CID extension
|
||||||
* has been negotited. Possible values are
|
* has been negotiated. Possible values are
|
||||||
* #MBEDTLS_SSL_CID_ENABLED and
|
* #MBEDTLS_SSL_CID_ENABLED and
|
||||||
* #MBEDTLS_SSL_CID_DISABLED. */
|
* #MBEDTLS_SSL_CID_DISABLED. */
|
||||||
unsigned char peer_cid[ MBEDTLS_SSL_CID_OUT_LEN_MAX ]; /*! The peer's CID */
|
unsigned char peer_cid[ MBEDTLS_SSL_CID_OUT_LEN_MAX ]; /*! The peer's CID */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user