mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
Fix output of PKCS#5 and RIPEMD-160 self tests
This commit is contained in:
parent
80cd444978
commit
4400ecc9fb
2 changed files with 5 additions and 1 deletions
|
|
@ -456,6 +456,9 @@ int mbedtls_ripemd160_self_test( int verbose )
|
|||
mbedtls_printf( "passed\n" );
|
||||
}
|
||||
|
||||
if( verbose != 0 )
|
||||
mbedtls_printf( "\n" );
|
||||
|
||||
return( 0 );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue