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