Update ssl_tls.c

Clarification in comments
This commit is contained in:
Simon Butcher 2015-09-11 17:34:49 +01:00
parent 74ca8d07ad
commit d0bf6a3891

View file

@ -3396,7 +3396,8 @@ static int ssl_check_dtls_clihlo_cookie(
* - if anything goes wrong, return a specific error code
*
* 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 )
{