mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-18 16:33:01 +00:00
Introduced entropy_free()
This commit is contained in:
@@ -81,6 +81,7 @@ int main( int argc, char *argv[] )
|
||||
cleanup:
|
||||
|
||||
fclose( f );
|
||||
entropy_free( &entropy );
|
||||
|
||||
return( ret );
|
||||
}
|
||||
|
||||
@@ -111,6 +111,7 @@ cleanup:
|
||||
printf("\n");
|
||||
|
||||
fclose( f );
|
||||
entropy_free( &entropy );
|
||||
|
||||
return( ret );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user