mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
@ -184,6 +184,8 @@ static int ssl_tls13_write_client_hello_ciphersuites(
|
|||||||
( "client hello, got %" MBEDTLS_PRINTF_SIZET " ciphersuites",
|
( "client hello, got %" MBEDTLS_PRINTF_SIZET " ciphersuites",
|
||||||
buf_len/2 ) );
|
buf_len/2 ) );
|
||||||
|
|
||||||
|
*olen = ciphersuite_iter - buf;
|
||||||
|
|
||||||
return( 0 );
|
return( 0 );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user