commit | 2a47be50129fa330442698efc01e285dfb49639c | [log] [tgz] |
---|---|---|
author | Ron Eldor <Ron.Eldor@arm.com> | Tue Jun 20 15:23:23 2017 +0300 |
committer | Simon Butcher <simon.butcher@arm.com> | Thu Jul 27 21:44:33 2017 +0100 |
tree | 2dee2878c3224e7920a7ce1e3c93590e2ef9009d | |
parent | 92fcfe2933960bc367897f43b1dd8cbc54dc96ca [diff] [blame] |
Minor: Fix typos in program comments Fix a couple of typos and writer's mistakes, in some reference program applications
diff --git a/programs/ssl/ssl_server2.c b/programs/ssl/ssl_server2.c index 3e6366c..a258868 100644 --- a/programs/ssl/ssl_server2.c +++ b/programs/ssl/ssl_server2.c
@@ -2168,7 +2168,7 @@ #if defined(MBEDTLS_X509_CRT_PARSE_C) /* - * 5. Verify the server certificate + * 5. Verify the client certificate */ mbedtls_printf( " . Verifying peer X.509 certificate..." );