mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 00:06:32 +01:00
Clarified len parameter of ssl_read()
This commit is contained in:
parent
7fa67728ad
commit
9e4ff953de
1 changed files with 1 additions and 1 deletions
|
|
@ -1637,7 +1637,7 @@ int ssl_renegotiate( ssl_context *ssl );
|
|||
*
|
||||
* \param ssl SSL context
|
||||
* \param buf buffer that will hold the data
|
||||
* \param len how many bytes must be read
|
||||
* \param len maximum number of bytes to read
|
||||
*
|
||||
* \return This function returns the number of bytes read, 0 for EOF,
|
||||
* or a negative error code.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue