Adjust rename/compat list

This commit is contained in:
Manuel Pégourié-Gonnard 2015-07-15 11:07:26 +02:00
parent 1bab7d7064
commit 10c767488b
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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