Improve comment
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
parent
00d012f2be
commit
3f20b77517
1 changed files with 2 additions and 2 deletions
|
@ -2695,8 +2695,8 @@ static int ssl_prepare_handshake_step( mbedtls_ssl_context *ssl )
|
|||
|
||||
/*
|
||||
* We may have not been able to send to the peer all the handshake data
|
||||
* that were written into the output buffer by the previous handshake step:
|
||||
* the write to the network callback returned with the
|
||||
* that were written into the output buffer by the previous handshake step,
|
||||
* if the write to the network callback returned with the
|
||||
* #MBEDTLS_ERR_SSL_WANT_WRITE error code.
|
||||
* We proceed to the next handshake step only when all data from the
|
||||
* previous one have been sent to the peer, thus we make sure that this is
|
||||
|
|
Loading…
Reference in a new issue