commit | 0cabad375b67892005cc22947accb0ffbcbf3f7f | [log] [tgz] |
---|---|---|
author | Jerry Yu <jerry.h.yu@arm.com> | Thu Sep 30 09:52:35 2021 +0800 |
committer | Jerry Yu <jerry.h.yu@arm.com> | Fri Oct 08 14:00:29 2021 +0800 |
tree | 4c791626d49a070d89f41a5e5180586e48a5f8cd | |
parent | adf861aad4c12c7328282ac2a14da6e716b7b674 [diff] [blame] |
fix doxygen parameter wrong Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
diff --git a/library/ssl_misc.h b/library/ssl_misc.h index d269e6f..85c7779 100644 --- a/library/ssl_misc.h +++ b/library/ssl_misc.h
@@ -1446,7 +1446,7 @@ * 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.