mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-05 06:26:52 +00:00
Addition of change log and migration guide files.
Signed-off-by: TRodziewicz <tomasz.rodziewicz@mobica.com>
This commit is contained in:
parent
26371e4793
commit
1e66642d68
2 changed files with 46 additions and 0 deletions
13
docs/3.0-migration-guide.d/rename_the__ret_functions.md
Normal file
13
docs/3.0-migration-guide.d/rename_the__ret_functions.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
Rename mbedtls_*_ret() cryptography functions whose deprecated variants have been removed in #4029
|
||||
--
|
||||
|
||||
This change affects users who were using the `mbedtls_*_ret()` criptography functions.
|
||||
|
||||
Those functions were created based on now-deprecated functions according to a
|
||||
requirement that a function needs to return a value. This change brings back the
|
||||
original names of those functions.
|
||||
|
||||
To migrate to the this change the user can keep the `*_ret` names in their code
|
||||
and include the `compat_2.x.h` header file which holds macros with proper
|
||||
renaming or to rename those function in their code according to the list from
|
||||
mentioned header file.
|
||||
Loading…
Add table
Add a link
Reference in a new issue