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