mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-10 16:46:26 +00:00
Fix typo in mbedtls_ssl_set_bio description.
Description referred to mbedtls_ssl_sent_t callback, but the callback is named mbedtls_ssl_send_t. Signed-off-by: Christopher Moynihan <christophm@gmail.com>
This commit is contained in:
committed by
Bence Szépkúti
parent
99693aab21
commit
0c633dab7f
@@ -1409,7 +1409,7 @@ void mbedtls_ssl_conf_dbg( mbedtls_ssl_config *conf,
|
||||
* \note For DTLS, you need to provide either a non-NULL
|
||||
* f_recv_timeout callback, or a f_recv that doesn't block.
|
||||
*
|
||||
* \note See the documentations of \c mbedtls_ssl_sent_t,
|
||||
* \note See the documentations of \c mbedtls_ssl_send_t,
|
||||
* \c mbedtls_ssl_recv_t and \c mbedtls_ssl_recv_timeout_t for
|
||||
* the conventions those callbacks must follow.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user