mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-11 16:46:28 +00: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