mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 09:28:24 +00:00
Rm spurious printf from test function
This commit is contained in:
parent
920aa9c8ee
commit
9ad7b6ebde
1 changed files with 0 additions and 2 deletions
|
@ -445,8 +445,6 @@ void x509_parse_rsassa_pss_params( char *hex_params, int params_tag,
|
|||
my_ret = x509_get_rsassa_pss_params( ¶ms, &my_msg_md, &my_mgf_md,
|
||||
&my_salt_len );
|
||||
|
||||
if( my_ret != ref_ret ) polarssl_printf( "\n%04X\n", - my_ret );
|
||||
|
||||
TEST_ASSERT( my_ret == ref_ret );
|
||||
|
||||
if( ref_ret == 0 )
|
||||
|
|
Loading…
Reference in a new issue