commit | 7766a2c9c0eb5f3d4972fb73574d39b8d97d797a | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Mon Aug 21 10:57:57 2017 +0200 |
committer | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Mon Aug 21 10:57:57 2017 +0200 |
tree | 519dda8230b19c22343954ad937383177e90d520 | |
parent | a54f6cc874965f13889d1460c87ddb73616eee37 [diff] [blame] |
Improve some comments
diff --git a/include/mbedtls/ssl.h b/include/mbedtls/ssl.h index ff1cca4..61be338 100644 --- a/include/mbedtls/ssl.h +++ b/include/mbedtls/ssl.h
@@ -1586,7 +1586,7 @@ /** * \brief Set the data required to verify peer certificate * - * \note See \c mbedtls_x509_verify() for notes regarding the + * \note See \c mbedtls_x509_crt_verify() for notes regarding the * parameters ca_chain (maps to trust_ca for that function) * and ca_crl. *