mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-25 15:05:45 +01:00
Merge pull request #3660 from bensze01/typo-2.16
Backport 2.16: Fix typo in mbedtls_ssl_set_bio description.
This commit is contained in:
commit
30b242de50
2
ChangeLog.d/comment_typo_in_mbedtls_ssl_set_bio.txt
Normal file
2
ChangeLog.d/comment_typo_in_mbedtls_ssl_set_bio.txt
Normal file
@ -0,0 +1,2 @@
|
||||
Changes
|
||||
* Fix comment typo in documentation of mbedtls_ssl_set_bio.
|
@ -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.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user