1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

change log and migr. guide fixes and _DEPRECATED_REMOVED removed

Signed-off-by: TRodziewicz <tomasz.rodziewicz@mobica.com>
This commit is contained in:
TRodziewicz
2021-06-14 11:16:06 +02:00
parent 1e66642d68
commit 1fcd72e93c
3 changed files with 6 additions and 7 deletions

View File

@ -1,7 +1,9 @@
Rename mbedtls_*_ret() cryptography functions whose deprecated variants have been removed in #4029
--
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.
This change affects users who were using the `mbedtls_*_ret()` cryptography
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