1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Rename mbedtls_get_mode_from_XXX to mbedtls_ssl_get_mode_from_XXX

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
This commit is contained in:
Neil Armstrong
2022-04-04 11:07:59 +02:00
parent 858581e81a
commit ab555e0a6c
4 changed files with 9 additions and 9 deletions

View File

@ -1992,7 +1992,7 @@ static void ssl_write_encrypt_then_mac_ext( mbedtls_ssl_context *ssl,
else
{
mbedtls_ssl_mode_t ssl_mode =
mbedtls_get_mode_from_ciphersuite(
mbedtls_ssl_get_mode_from_ciphersuite(
ssl->session_negotiate->encrypt_then_mac,
suite );