mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-10 01:55:30 +00:00
Removed errant printf in x509parse_self_test()
(cherry picked from commit dc4baf11ab
)
This commit is contained in:
parent
21360ca4d4
commit
433fad261e
|
@ -3764,7 +3764,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