mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-08 10:45:31 +00:00
Correct typo
This commit is contained in:
parent
0d885d3d8c
commit
e298c8b46c
|
@ -6869,7 +6869,7 @@ static int ssl_write_real( mbedtls_ssl_context *ssl,
|
|||
*
|
||||
* With non-blocking I/O, ssl_write_real() may return WANT_WRITE,
|
||||
* then the caller will call us again with the same arguments, so
|
||||
* remember wether we already did the split or not.
|
||||
* remember whether we already did the split or not.
|
||||
*/
|
||||
#if defined(MBEDTLS_SSL_CBC_RECORD_SPLITTING)
|
||||
static int ssl_write_split( mbedtls_ssl_context *ssl,
|
||||
|
|
Loading…
Reference in a new issue