Fix doxygen documentation of mbedtls_ssl_set_verify()

This commit is contained in:
Hanno Becker 2019-04-03 13:43:15 +01:00
parent efb440afec
commit f345bafd30

View file

@ -1515,7 +1515,7 @@ void mbedtls_ssl_set_mtu( mbedtls_ssl_context *ssl, uint16_t mtu );
* If mbedtls_ssl_conf_verify() and mbedtls_ssl_set_verify()
* are both used, mbedtls_ssl_set_verify() takes precedence.
*
* \param conf The SSL context to use.
* \param ssl The SSL context to use.
* \param f_vrfy The verification callback to use during CRT verification.
* \param p_vrfy The opaque context to be passed to the callback.
*/