1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Fix left out printf's

This commit is contained in:
Manuel Pégourié-Gonnard
2015-01-29 11:47:41 +00:00
parent 860b51642d
commit 7e81e7003f
3 changed files with 5 additions and 6 deletions

View File

@ -87,7 +87,7 @@ int main( int argc, char *argv[] )
ret = 0;
cleanup:
printf( "\n" );
polarssl_printf( "\n" );
fclose( f );
entropy_free( &entropy );