mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-05-09 21:32:12 +00:00
Update ssl_tls.c
Clarification in comments
This commit is contained in:
parent
74ca8d07ad
commit
d0bf6a3891
|
@ -3396,7 +3396,8 @@ static int ssl_check_dtls_clihlo_cookie(
|
||||||
* - if anything goes wrong, return a specific error code
|
* - if anything goes wrong, return a specific error code
|
||||||
*
|
*
|
||||||
* mbedtls_ssl_read_record() will ignore the record if anything else than
|
* mbedtls_ssl_read_record() will ignore the record if anything else than
|
||||||
* MBEDTLS_ERR_SSL_CLIENT_RECONNECT or 0 is returned.
|
* MBEDTLS_ERR_SSL_CLIENT_RECONNECT or 0 is returned, although this function
|
||||||
|
* cannot not return 0.
|
||||||
*/
|
*/
|
||||||
static int ssl_handle_possible_reconnect( mbedtls_ssl_context *ssl )
|
static int ssl_handle_possible_reconnect( mbedtls_ssl_context *ssl )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue