commit | 83bb13101ab37dbe78135fade230b865d1105d22 | [log] [tgz] |
---|---|---|
author | Jerry Yu <jerry.h.yu@arm.com> | Thu Oct 28 22:16:33 2021 +0800 |
committer | Jerry Yu <jerry.h.yu@arm.com> | Thu Oct 28 22:16:33 2021 +0800 |
tree | 1eaa7890de661b0b9020b3d3b537321fda8a49d0 | |
parent | 7aa71860221aaa27c5a7594bf9dbb8a3e2b199f2 [diff] [blame] |
fix format warning Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
diff --git a/library/ssl_tls13_generic.c b/library/ssl_tls13_generic.c index 598b2bc..18bb984 100644 --- a/library/ssl_tls13_generic.c +++ b/library/ssl_tls13_generic.c
@@ -503,7 +503,7 @@ if( verify_result != 0 ) { MBEDTLS_SSL_DEBUG_MSG( 3, ( "! Certificate verification flags %08x", - verify_result ) ); + (unsigned int) verify_result ) ); } else {