commit | e1a94a64042414b6c7a8af604ce5fd901f4fde09 | [log] [tgz] |
---|---|---|
author | Xinyu Chen <xinyu.chen@freescale.com> | Tue Nov 22 14:56:18 2016 +0800 |
committer | Simon Butcher <simon.butcher@arm.com> | Fri Oct 06 11:58:50 2017 +0100 |
tree | 07647ef6bb711fa214a06e98a24c3248a3827bf0 | |
parent | 964faeb6c4248a015df2375c26a864f53b93d8a8 [diff] [blame] |
Correct the printf message of the DTLS handshake. Make it consistent with dtls_server.c
diff --git a/programs/ssl/dtls_client.c b/programs/ssl/dtls_client.c index e18ee42..f271bad 100644 --- a/programs/ssl/dtls_client.c +++ b/programs/ssl/dtls_client.c
@@ -203,7 +203,7 @@ /* * 4. Handshake */ - mbedtls_printf( " . Performing the SSL/TLS handshake..." ); + mbedtls_printf( " . Performing the DTLS handshake..." ); fflush( stdout ); do ret = mbedtls_ssl_handshake( &ssl );