commit | 53c2e47a1b111038c06b67be53b0573969392e34 | [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 15:08:01 2017 +0100 |
tree | 2dee2878c3224e7920a7ce1e3c93590e2ef9009d | |
parent | d0e15d7ebed944661f51c1b211fc58cdb6c81fd9 [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..." );