mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-13 11:56:29 +00:00
Removed errant printf in x509parse_self_test()
This commit is contained in:
@@ -3919,7 +3919,6 @@ int x509_self_test( int verbose )
|
||||
ret = x509parse_verify( &clicert, &cacert, NULL, "PolarSSL Client 2", &flags, NULL, NULL );
|
||||
if( ret != 0 )
|
||||
{
|
||||
printf("%02x", flags);
|
||||
if( verbose != 0 )
|
||||
printf( "failed\n" );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user