mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Improve wording of CID debug msg in ssl_server2 example application
This commit is contained in:
@ -3319,7 +3319,7 @@ handshake:
|
|||||||
{
|
{
|
||||||
if( opt.cid_enabled == MBEDTLS_SSL_CID_ENABLED )
|
if( opt.cid_enabled == MBEDTLS_SSL_CID_ENABLED )
|
||||||
{
|
{
|
||||||
mbedtls_printf( "Use of Connection ID was rejected by the client.\n" );
|
mbedtls_printf( "Use of Connection ID was not offered by the client.\n" );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user