fix comments issue

Co-authored-by: Ronald Cron <ronald.cron@arm.com>
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
Jerry Yu 2022-04-06 10:08:34 +08:00
parent 89e103c54c
commit fb9f54db8c

View file

@ -763,7 +763,7 @@ static int ssl_tls13_prepare_server_hello( mbedtls_ssl_context *ssl )
* ssl_tls13_write_supported_versions_ext(): * ssl_tls13_write_supported_versions_ext():
* *
* struct { * struct {
* ProtocolVersion versions<2..254>; * ProtocolVersion selected_version;
* } SupportedVersions; * } SupportedVersions;
*/ */
static int ssl_tls13_write_supported_versions_ext( mbedtls_ssl_context *ssl, static int ssl_tls13_write_supported_versions_ext( mbedtls_ssl_context *ssl,