mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-11 22:55:50 +00:00
Fix typo in Doxygen documentation of mbedtls_ssl_conf_cid()
This commit is contained in:
parent
a5a2b08a05
commit
2f8c804d79
|
@ -2171,7 +2171,7 @@ void mbedtls_ssl_conf_ciphersuites( mbedtls_ssl_config *conf,
|
||||||
* \param len The length in Bytes of the CID fields in encrypted
|
* \param len The length in Bytes of the CID fields in encrypted
|
||||||
* DTLS records using the CID mechanism. This must
|
* DTLS records using the CID mechanism. This must
|
||||||
* not be larger than #MBEDTLS_SSL_CID_OUT_LEN_MAX.
|
* not be larger than #MBEDTLS_SSL_CID_OUT_LEN_MAX.
|
||||||
* \param ignore_other_cid This determines the stack's behaviour when
|
* \param ignore_other_cids This determines the stack's behaviour when
|
||||||
* receiving a record with an unexpected CID.
|
* receiving a record with an unexpected CID.
|
||||||
* Possible values are:
|
* Possible values are:
|
||||||
* - #MBEDTLS_SSL_UNEXPECTED_CID_IGNORE
|
* - #MBEDTLS_SSL_UNEXPECTED_CID_IGNORE
|
||||||
|
|
Loading…
Reference in a new issue