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:
@ -87,7 +87,7 @@ int main( int argc, char *argv[] )
|
||||
ret = 0;
|
||||
|
||||
cleanup:
|
||||
printf( "\n" );
|
||||
polarssl_printf( "\n" );
|
||||
|
||||
fclose( f );
|
||||
entropy_free( &entropy );
|
||||
|
Reference in New Issue
Block a user