mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-10-18 00:12:48 +08:00
Fix output of PKCS#5 and RIPEMD-160 self tests
This commit is contained in:

committed by
Simon Butcher

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 );
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user