mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-28 00:21:48 +03:00
@ -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 );
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user