mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-19 00:39:46 +00:00
Cleaner initialization (values did not matter, but were uninitialized)
This commit is contained in:
@@ -222,6 +222,7 @@ int main( int argc, char *argv[] )
|
||||
printf( "\n" );
|
||||
|
||||
memset( buf, 0xAA, sizeof( buf ) );
|
||||
memset( tmp, 0xBB, sizeof( tmp ) );
|
||||
|
||||
#if defined(POLARSSL_MD4_C)
|
||||
if( todo.md4 )
|
||||
|
||||
Reference in New Issue
Block a user