commit | 483305683322b1fd573ec578d97646cd29e60848 | [log] [tgz] |
---|---|---|
author | Jerry Yu <jerry.h.yu@arm.com> | Fri May 06 21:35:44 2022 +0800 |
committer | Jerry Yu <jerry.h.yu@arm.com> | Mon May 09 15:49:11 2022 +0800 |
tree | 8dd1152c6b4c605ca005a124676a5f6b6c346aaf | |
parent | 7f157eb31fdf9e9bb7533075aa2558516a5fb7d3 [diff] [blame] |
fix ci test fails Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
diff --git a/library/ssl_tls13_server.c b/library/ssl_tls13_server.c index bd3d608..3c57f81 100644 --- a/library/ssl_tls13_server.c +++ b/library/ssl_tls13_server.c
@@ -1479,6 +1479,7 @@ MBEDTLS_SSL_DEBUG_RET( 1, "ssl_tls13_write_encrypted_extensions", ret ); return( ret ); } + break; case MBEDTLS_SSL_HELLO_RETRY_REQUEST: ret = ssl_tls13_write_hello_retry_request( ssl );