mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 23:25:44 +01:00
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:
parent
42a6b04c4a
commit
dd69119b32
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user