mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
- Set sane start values for structures that are closed or freed.
This commit is contained in:
@ -62,6 +62,7 @@ int main( void )
|
||||
*/
|
||||
havege_init( &hs );
|
||||
memset( &ssn, 0, sizeof( ssl_session ) );
|
||||
memset( &ssl, 0, sizeof( ssl_context ) );
|
||||
|
||||
/*
|
||||
* 1. Start the connection
|
||||
|
Reference in New Issue
Block a user