Fix printed output of some selftests

This commit is contained in:
Manuel Pégourié-Gonnard 2015-08-07 10:46:54 +02:00
parent cdee2d9148
commit d1004f02e6
2 changed files with 9 additions and 6 deletions

View file

@ -408,10 +408,7 @@ int mbedtls_hmac_drbg_update_seed_file( mbedtls_hmac_drbg_context *ctx, const ch
/* Dummy checkup routine */
int mbedtls_hmac_drbg_self_test( int verbose )
{
if( verbose != 0 )
mbedtls_printf( "\n" );
(void) verbose;
return( 0 );
}
#else