From dd69119b3273e5bb2ad3ee6eb745f279c14d4b03 Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Fri, 26 Jul 2019 09:59:18 +0100 Subject: [PATCH] Update include/mbedtls/ssl_internal.h Mention where an internal function is defined instead of just saying that it's internal. Co-Authored-By: Gilles Peskine --- include/mbedtls/ssl_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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