fix compile break after merge
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
a986e9faac
commit
bdfd01835a
@ -1646,8 +1646,8 @@ static int ssl_tls13_flush_buffers( mbedtls_ssl_context *ssl )
|
||||
*/
|
||||
static int ssl_tls13_handshake_wrapup( mbedtls_ssl_context *ssl )
|
||||
{
|
||||
mbedtls_platform_zeroize( &ssl->handshake->tls1_3_master_secrets,
|
||||
sizeof(ssl->handshake->tls1_3_master_secrets));
|
||||
mbedtls_platform_zeroize( &ssl->handshake->tls13_master_secrets,
|
||||
sizeof(ssl->handshake->tls13_master_secrets));
|
||||
mbedtls_platform_zeroize( &ssl->handshake->tls13_hs_secrets,
|
||||
sizeof(ssl->handshake->tls13_hs_secrets));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user