diff --git a/include/mbedtls/ssl_internal.h b/include/mbedtls/ssl_internal.h index c8d6d10e5..74c709c5e 100644 --- a/include/mbedtls/ssl_internal.h +++ b/include/mbedtls/ssl_internal.h @@ -1734,7 +1734,7 @@ static inline unsigned int mbedtls_ssl_conf_get_ems_enforced( * later delivery. * * The check for pending alerts must be done by calling - * the (static internal) function ssl_send_pending_fatal_alert(). + * the function ssl_send_pending_fatal_alert() in ssl_tls.c. * Currently, it happens only during the handshake loop. * * This function must not be called multiple times without