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

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