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