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 <gilles.peskine@arm.com>
This commit is contained in:
Hanno Becker 2019-07-26 09:59:18 +01:00 committed by GitHub
parent 42a6b04c4a
commit dd69119b32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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