commit | 982182f342f6cb14df9c28141b63e85485355543 | [log] [tgz] |
---|---|---|
author | Hanno Becker <hanno.becker@arm.com> | Tue Apr 23 11:39:53 2019 +0100 |
committer | Hanno Becker <hanno.becker@arm.com> | Mon Jun 03 14:42:08 2019 +0100 |
tree | 2e0d0c4f195ea2e02efcc73411c66d14eff1bf78 | |
parent | 4f664cbb5c42f0f27ba509faf564909c26104b64 [diff] |
Improve wording of CID debug msg in ssl_server2 example application
diff --git a/programs/ssl/ssl_server2.c b/programs/ssl/ssl_server2.c index 1fbaf47..0c62228 100644 --- a/programs/ssl/ssl_server2.c +++ b/programs/ssl/ssl_server2.c
@@ -3319,7 +3319,7 @@ { 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