commit | 14751aa9664967ce80350973a11bf77f424ab768 | [log] [tgz] |
---|---|---|
author | Hanno Becker <hanno.becker@arm.com> | Tue Apr 23 11:39:53 2019 +0100 |
committer | Hanno Becker <hanno.becker@arm.com> | Tue Apr 23 11:39:53 2019 +0100 |
tree | 9f97cb290d5902c4f277d7034f17a0e588f0c0f9 | |
parent | b9b7e295364496639813334e7269ea28146ed0d6 [diff] [blame] |
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 451d0d2..33c0ffc 100644 --- a/programs/ssl/ssl_server2.c +++ b/programs/ssl/ssl_server2.c
@@ -2871,7 +2871,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