blob: 513f167ff52edc155d732601b7b7aced0e833b5a [file] [log] [blame] [view]
TRodziewicz1e666422021-06-09 11:25:28 +02001Rename mbedtls_*_ret() cryptography functions whose deprecated variants have been removed in #4029
2--
3
4This change affects users who were using the `mbedtls_*_ret()` criptography functions.
5
6Those functions were created based on now-deprecated functions according to a
7requirement that a function needs to return a value. This change brings back the
8original names of those functions.
9
10To migrate to the this change the user can keep the `*_ret` names in their code
11and include the `compat_2.x.h` header file which holds macros with proper
12renaming or to rename those function in their code according to the list from
13mentioned header file.