mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 00:55:39 +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 );
|
rsa_free( &rsa );
|
||||||
#else /* POLARSSL_PKCS1_V15 */
|
#else /* POLARSSL_PKCS1_V15 */
|
||||||
if( verbose != 0 )
|
((void) verbose);
|
||||||
printf( "skipper\n\n" );
|
|
||||||
#endif /* POLARSSL_PKCS1_V15 */
|
#endif /* POLARSSL_PKCS1_V15 */
|
||||||
return( 0 );
|
return( 0 );
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user