mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-29 22:20:30 +00:00
trim spaces
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
9e42f6efd3
commit
9176c3ad8c
@ -49,7 +49,7 @@ int mbedtls_ssl_tls13_handshake_client_step( mbedtls_ssl_context *ssl )
|
||||
|
||||
switch( ssl->state )
|
||||
{
|
||||
/*
|
||||
/*
|
||||
* ssl->state is initialized as HELLO_REQUEST. It is same
|
||||
* 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
|
||||
* 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 );
|
||||
if( ret != 0 )
|
||||
return( ret );
|
||||
|
Loading…
x
Reference in New Issue
Block a user