mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 10:45:36 +01:00
Remove printf when RSA selftest is skipped
This commit is contained in:
parent
dce7fdcbc9
commit
3e41fe8938
@ -1512,8 +1512,7 @@ int rsa_self_test( int verbose )
|
||||
|
||||
rsa_free( &rsa );
|
||||
#else /* POLARSSL_PKCS1_V15 */
|
||||
if( verbose != 0 )
|
||||
printf( "skipper\n\n" );
|
||||
((void) verbose);
|
||||
#endif /* POLARSSL_PKCS1_V15 */
|
||||
return( 0 );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user