commit | a905bdc99961fb8cbf9654ff26358ae676fec500 | [log] [tgz] |
---|---|---|
author | Ron Eldor <Ron.Eldor@arm.com> | Tue Jun 20 15:23:23 2017 +0300 |
committer | Simon Butcher <simon.butcher@arm.com> | Wed Jul 19 23:39:59 2017 +0200 |
tree | ed80e06bd392917b2bb9804082059219b59d29fc | |
parent | cea8b5368098445eff48fd9639aefb95cedf8f62 [diff] [blame] |
Minor: Fix typo in program comments Fix a typos in some reference program applications
diff --git a/programs/ssl/ssl_server2.c b/programs/ssl/ssl_server2.c index 8b2ebea..728b9ba 100644 --- a/programs/ssl/ssl_server2.c +++ b/programs/ssl/ssl_server2.c
@@ -2125,7 +2125,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..." );