mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-25 17:55:22 +00:00
Removed errant printf in x509parse_self_test()
This commit is contained in:
parent
42c3ccf36e
commit
dc4baf11ab
1 changed files with 0 additions and 1 deletions
|
@ -3919,7 +3919,6 @@ int x509_self_test( int verbose )
|
||||||
ret = x509parse_verify( &clicert, &cacert, NULL, "PolarSSL Client 2", &flags, NULL, NULL );
|
ret = x509parse_verify( &clicert, &cacert, NULL, "PolarSSL Client 2", &flags, NULL, NULL );
|
||||||
if( ret != 0 )
|
if( ret != 0 )
|
||||||
{
|
{
|
||||||
printf("%02x", flags);
|
|
||||||
if( verbose != 0 )
|
if( verbose != 0 )
|
||||||
printf( "failed\n" );
|
printf( "failed\n" );
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue