From 0fe1f6d97ef3b6656705f7bd62134c2e404cb570 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Tue, 12 May 2015 13:22:02 +0200 Subject: [PATCH] Remove debug line from selftest Happened to cause a warning about %x vs uint32_t with arm-none-eabi-gcc 4.9 in addition to being useless --- library/x509.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/library/x509.c b/library/x509.c index e97f82d82..a3e288b89 100644 --- a/library/x509.c +++ b/library/x509.c @@ -1038,8 +1038,6 @@ int mbedtls_x509_self_test( int verbose ) if( verbose != 0 ) mbedtls_printf( "failed\n" ); - mbedtls_printf( "ret = %d, &flags = %04x\n", ret, flags ); - return( ret ); }