mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-11 08:05:24 -04:00
Fix debug format specifier in ClientHello ciphersuite log
This commit is contained in:
parent
ecea07d6c3
commit
3c88c65426
@ -1063,7 +1063,7 @@ static int ssl_write_client_hello( mbedtls_ssl_context *ssl )
|
|||||||
ssl->conf->max_minor_ver ) != 0 )
|
ssl->conf->max_minor_ver ) != 0 )
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
MBEDTLS_SSL_DEBUG_MSG( 3, ( "client hello, add ciphersuite: %04x (%s)",
|
MBEDTLS_SSL_DEBUG_MSG( 3, ( "client hello, add ciphersuite: %#04x (%s)",
|
||||||
ciphersuites[i], ciphersuite_info->name ) );
|
ciphersuites[i], ciphersuite_info->name ) );
|
||||||
|
|
||||||
#if defined(MBEDTLS_ECDH_C) || defined(MBEDTLS_ECDSA_C) || \
|
#if defined(MBEDTLS_ECDH_C) || defined(MBEDTLS_ECDSA_C) || \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user