diff --git a/include/mbedtls/compat-1.3.h b/include/mbedtls/compat-1.3.h index dae63c148..0c9adeef3 100644 --- a/include/mbedtls/compat-1.3.h +++ b/include/mbedtls/compat-1.3.h @@ -1993,7 +1993,7 @@ #define entropy_update_manual mbedtls_entropy_update_manual #define entropy_update_seed_file mbedtls_entropy_update_seed_file #define entropy_write_seed_file mbedtls_entropy_write_seed_file -#define error_strerror mbedtls_error_strerror +#define error_strerror mbedtls_strerror #define f_source_ptr mbedtls_entropy_f_source_ptr #define gcm_auth_decrypt mbedtls_gcm_auth_decrypt #define gcm_context mbedtls_gcm_context diff --git a/scripts/data_files/rename-1.3-2.0.txt b/scripts/data_files/rename-1.3-2.0.txt index ac09c4e41..397f6beae 100644 --- a/scripts/data_files/rename-1.3-2.0.txt +++ b/scripts/data_files/rename-1.3-2.0.txt @@ -1537,6 +1537,7 @@ entropy_self_test mbedtls_entropy_self_test entropy_update_manual mbedtls_entropy_update_manual entropy_update_seed_file mbedtls_entropy_update_seed_file entropy_write_seed_file mbedtls_entropy_write_seed_file +error_strerror mbedtls_strerror f_source_ptr mbedtls_entropy_f_source_ptr gcm_auth_decrypt mbedtls_gcm_auth_decrypt gcm_context mbedtls_gcm_context