mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-05-30 14:17:19 +00:00
Fixed typo in ssl.h
This commit is contained in:
parent
2580b1f5a9
commit
8b57aa20d8
|
@ -2436,7 +2436,7 @@ int mbedtls_ssl_read( mbedtls_ssl_context *ssl, unsigned char *buf, size_t len )
|
||||||
* \param len how many bytes must be written
|
* \param len how many bytes must be written
|
||||||
*
|
*
|
||||||
* \return the number of bytes actually written (may be less than len),
|
* \return the number of bytes actually written (may be less than len),
|
||||||
* or MBEDTLS_ERR_SSL_WANT_WRITE of MBEDTLS_ERR_SSL_WANT_READ,
|
* or MBEDTLS_ERR_SSL_WANT_WRITE or MBEDTLS_ERR_SSL_WANT_READ,
|
||||||
* or another negative error code.
|
* or another negative error code.
|
||||||
*
|
*
|
||||||
* \note If this function returns something other than a positive
|
* \note If this function returns something other than a positive
|
||||||
|
|
Loading…
Reference in a new issue