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:
parent
89e103c54c
commit
fb9f54db8c
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue