commit | 00afe1c0469f331098288263bbc30aa8bc8cc0a2 | [log] [tgz] |
---|---|---|
author | Xinyu Chen <xinyu.chen@freescale.com> | Tue Nov 22 14:56:18 2016 +0800 |
committer | Simon Butcher <simon.butcher@arm.com> | Sat Sep 30 09:52:38 2017 +0100 |
tree | edb089742363d578c7e5220bd0f71900aa28e759 | |
parent | 5b7ee07ff6a29f70c8a26b2f4641d9d0759f2667 [diff] |
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 );