mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-12 06:35:35 +00:00
Replace 'ingoing' -> 'incoming' in CID debug messages
This commit is contained in:
parent
cb063f5a5b
commit
8013b27481
|
@ -2867,7 +2867,7 @@ void mbedtls_ssl_conf_renegotiation_enforced( mbedtls_ssl_config *conf, int max_
|
||||||
* (Default: 2^48 - 1)
|
* (Default: 2^48 - 1)
|
||||||
*
|
*
|
||||||
* Renegotiation is automatically triggered when a record
|
* Renegotiation is automatically triggered when a record
|
||||||
* counter (outgoing or ingoing) crosses the defined
|
* counter (outgoing or incoming) crosses the defined
|
||||||
* threshold. The default value is meant to prevent the
|
* threshold. The default value is meant to prevent the
|
||||||
* connection from being closed when the counter is about to
|
* connection from being closed when the counter is about to
|
||||||
* reached its maximal value (it is not allowed to wrap).
|
* reached its maximal value (it is not allowed to wrap).
|
||||||
|
|
|
@ -732,7 +732,7 @@ int mbedtls_ssl_derive_keys( mbedtls_ssl_context *ssl )
|
||||||
|
|
||||||
MBEDTLS_SSL_DEBUG_BUF( 3, "Outgoing CID", transform->out_cid,
|
MBEDTLS_SSL_DEBUG_BUF( 3, "Outgoing CID", transform->out_cid,
|
||||||
transform->out_cid_len );
|
transform->out_cid_len );
|
||||||
MBEDTLS_SSL_DEBUG_BUF( 3, "Ingoing CID", transform->in_cid,
|
MBEDTLS_SSL_DEBUG_BUF( 3, "Incoming CID", transform->in_cid,
|
||||||
transform->in_cid_len );
|
transform->in_cid_len );
|
||||||
}
|
}
|
||||||
#endif /* MBEDTLS_SSL_CID */
|
#endif /* MBEDTLS_SSL_CID */
|
||||||
|
|
Loading…
Reference in a new issue