mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-29 17:14:17 +01:00
parent
48b7cb8ea2
commit
9fa6ea7cdf
@ -2362,7 +2362,7 @@ void ssl_free( ssl_context *ssl )
|
|||||||
|
|
||||||
SSL_DEBUG_MSG( 2, ( "<= free" ) );
|
SSL_DEBUG_MSG( 2, ( "<= free" ) );
|
||||||
|
|
||||||
/* Actually free after last debug message */
|
/* Actually clear after last debug message */
|
||||||
memset( ssl, 0, sizeof( ssl_context ) );
|
memset( ssl, 0, sizeof( ssl_context ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user