mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 06:45:38 +01:00
Fix doxygen documentation of mbedtls_ssl_set_verify()
This commit is contained in:
parent
efb440afec
commit
f345bafd30
@ -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()
|
* If mbedtls_ssl_conf_verify() and mbedtls_ssl_set_verify()
|
||||||
* are both used, mbedtls_ssl_set_verify() takes precedence.
|
* 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 f_vrfy The verification callback to use during CRT verification.
|
||||||
* \param p_vrfy The opaque context to be passed to the callback.
|
* \param p_vrfy The opaque context to be passed to the callback.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user