commit | fcc4348ee25bd593ad9798afec1569264d870726 | [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:20:21 2018 +0100 |
tree | e8636e75e1fe4e78394ef21c3916caf4cc60fd02 | |
parent | aefd2dcd5b296939fa5b2dea8f86079ba793100b [diff] |
Improve some comments
diff --git a/include/mbedtls/ssl.h b/include/mbedtls/ssl.h index b3e97b7..3517145 100644 --- a/include/mbedtls/ssl.h +++ b/include/mbedtls/ssl.h
@@ -1587,7 +1587,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. *