commit | 4400ecc9fb47f1ccf11b8c42614886d3ab79d4ff | [log] [tgz] |
---|---|---|
author | Paul Bakker <paul.bakker@arm.com> | Tue Jul 19 14:41:43 2016 +0100 |
committer | Simon Butcher <simon.butcher@arm.com> | Thu Aug 25 16:36:35 2016 +0100 |
tree | 25337945debff04c17fc982759ed707e5f3c13aa | |
parent | 80cd4449783e7a52b88743a93ce7a3817eb9ae45 [diff] [blame] |
Fix output of PKCS#5 and RIPEMD-160 self tests
diff --git a/library/ripemd160.c b/library/ripemd160.c index a55cc3e..cdb0a63 100644 --- a/library/ripemd160.c +++ b/library/ripemd160.c
@@ -456,6 +456,9 @@ mbedtls_printf( "passed\n" ); } + if( verbose != 0 ) + mbedtls_printf( "\n" ); + return( 0 ); }