1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

fix coding style issue

Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
Jerry Yu
2021-12-09 10:56:50 +08:00
parent 5132771f5f
commit 27224f58be
2 changed files with 2 additions and 2 deletions

View File

@ -1166,7 +1166,7 @@ int mbedtls_ssl_tls13_generate_application_keys(
app_secrets );
/* Erase master secrets*/
mbedtls_platform_zeroize( &ssl->handshake->tls13_master_secrets,
sizeof(ssl->handshake->tls13_master_secrets));
sizeof( ssl->handshake->tls13_master_secrets ) );
if( ret != 0 )
{
MBEDTLS_SSL_DEBUG_RET( 1,