Fix output of PKCS#5 and RIPEMD-160 self tests
This commit is contained in:
parent
80cd444978
commit
4400ecc9fb
@ -391,7 +391,8 @@ int mbedtls_pkcs5_self_test( int verbose )
|
||||
mbedtls_printf( "passed\n" );
|
||||
}
|
||||
|
||||
mbedtls_printf( "\n" );
|
||||
if( verbose != 0 )
|
||||
mbedtls_printf( "\n" );
|
||||
|
||||
exit:
|
||||
mbedtls_md_free( &sha1_ctx );
|
||||
|
@ -456,6 +456,9 @@ int mbedtls_ripemd160_self_test( int verbose )
|
||||
mbedtls_printf( "passed\n" );
|
||||
}
|
||||
|
||||
if( verbose != 0 )
|
||||
mbedtls_printf( "\n" );
|
||||
|
||||
return( 0 );
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user