From 0cabad375b67892005cc22947accb0ffbcbf3f7f Mon Sep 17 00:00:00 2001 From: Jerry Yu Date: Thu, 30 Sep 2021 09:52:35 +0800 Subject: [PATCH] fix doxygen parameter wrong Signed-off-by: Jerry Yu --- library/ssl_misc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/ssl_misc.h b/library/ssl_misc.h index d269e6f858..85c7779705 100644 --- a/library/ssl_misc.h +++ b/library/ssl_misc.h @@ -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.