mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 18:45:43 +01:00
Improve wording of CID debug msg in ssl_server2 example application
This commit is contained in:
parent
b9b7e29536
commit
14751aa966
@ -2871,7 +2871,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
|
||||||
|
Loading…
Reference in New Issue
Block a user