fix lenght mismatch error
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
b7ab336b3a
commit
f171e836eb
1 changed files with 2 additions and 0 deletions
|
@ -184,6 +184,8 @@ static int ssl_tls13_write_client_hello_ciphersuites(
|
|||
( "client hello, got %" MBEDTLS_PRINTF_SIZET " ciphersuites",
|
||||
buf_len/2 ) );
|
||||
|
||||
*olen = ciphersuite_iter - buf;
|
||||
|
||||
return( 0 );
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue