mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
Fix left out printf's
This commit is contained in:
parent
860b51642d
commit
7e81e7003f
3 changed files with 5 additions and 6 deletions
|
|
@ -87,7 +87,7 @@ int main( int argc, char *argv[] )
|
|||
ret = 0;
|
||||
|
||||
cleanup:
|
||||
printf( "\n" );
|
||||
polarssl_printf( "\n" );
|
||||
|
||||
fclose( f );
|
||||
entropy_free( &entropy );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue