1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

fix doxygen parameter wrong

Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
Jerry Yu
2021-09-30 09:52:35 +08:00
parent adf861aad4
commit 0cabad375b

View File

@ -1446,7 +1446,7 @@ static inline int mbedtls_ssl_conf_tls13_some_psk_enabled( mbedtls_ssl_context *
* supported.
*
* \param[in] ssl SSL context
* \param key_modes_mask Mask of the key exchange modes to check
* \param kex_modes_mask Mask of the key exchange modes to check
*
* \return 0 if at least one of the key exchange modes is supported,
* <>0 otherwise.