mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-07-04 21:27:12 +08:00
Rename ssl_decrypt_buf() to mbedtls_ssl_decrypt_buf() in comment
This commit is contained in:
parent
3693c72b82
commit
30d02cdeb0
@ -1432,7 +1432,7 @@ static void ssl_mac( mbedtls_md_context_t *md_ctx,
|
|||||||
#endif /* MBEDTLS_SSL_PROTO_SSL3 */
|
#endif /* MBEDTLS_SSL_PROTO_SSL3 */
|
||||||
|
|
||||||
/* The function below is only used in the Lucky 13 counter-measure in
|
/* The function below is only used in the Lucky 13 counter-measure in
|
||||||
* ssl_decrypt_buf(). These are the defines that guard the call site. */
|
* mbedtls_ssl_decrypt_buf(). These are the defines that guard the call site. */
|
||||||
#if defined(MBEDTLS_SSL_SOME_MODES_USE_MAC) && \
|
#if defined(MBEDTLS_SSL_SOME_MODES_USE_MAC) && \
|
||||||
( defined(MBEDTLS_SSL_PROTO_TLS1) || \
|
( defined(MBEDTLS_SSL_PROTO_TLS1) || \
|
||||||
defined(MBEDTLS_SSL_PROTO_TLS1_1) || \
|
defined(MBEDTLS_SSL_PROTO_TLS1_1) || \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user