commit | e9c44d23628cfe1c017367f5a61dd2c51043ad65 | [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 Mar 05 13:45:05 2018 +0100 |
tree | c81cc470d76490ab4944bb9b1741aa5b0a938ffa | |
parent | 327395519108daa667e50b4e2636f1d790dbeefe [diff] [blame] |
Improve some comments
diff --git a/include/mbedtls/ssl.h b/include/mbedtls/ssl.h index ccc96a5..dde9f40 100644 --- a/include/mbedtls/ssl.h +++ b/include/mbedtls/ssl.h
@@ -1382,7 +1382,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. *