1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-05-10 00:49:04 +08:00

trim spaces

Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
Jerry Yu 2021-08-27 14:58:49 +08:00
parent 9e42f6efd3
commit 9176c3ad8c

View File

@ -49,7 +49,7 @@ int mbedtls_ssl_tls13_handshake_client_step( mbedtls_ssl_context *ssl )
switch( ssl->state ) switch( ssl->state )
{ {
/* /*
* ssl->state is initialized as HELLO_REQUEST. It is same * ssl->state is initialized as HELLO_REQUEST. It is same
* with CLIENT_HELLO status * with CLIENT_HELLO status
*/ */
@ -361,7 +361,7 @@ static int ssl_tls13_write_exts_client_hello( mbedtls_ssl_context *ssl,
/* The supported_signature_algorithms extension is REQUIRED for /* The supported_signature_algorithms extension is REQUIRED for
* certificate authenticated ciphersuites. */ * certificate authenticated ciphersuites. */
ret = mbedtls_ssl_tls13_write_signature_algorithms_ext( ssl, buf, ret = mbedtls_ssl_tls13_write_signature_algorithms_ext( ssl, buf,
end, &cur_ext_len ); end, &cur_ext_len );
if( ret != 0 ) if( ret != 0 )
return( ret ); return( ret );