change log and migr. guide fixes and _DEPRECATED_REMOVED removed
Signed-off-by: TRodziewicz <tomasz.rodziewicz@mobica.com>
This commit is contained in:
parent
1e66642d68
commit
1fcd72e93c
3 changed files with 6 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
Changes
|
||||
API changes
|
||||
* Rename functions whose deprecated variants have been removed via #4029:
|
||||
mbedtls_ctr_drbg_update_ret -> mbedtls_ctr_drbg_update
|
||||
mbedtls_hmac_drbg_update_ret -> mbedtls_hmac_drbg_update
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -22,8 +22,6 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#if ! defined(MBEDTLS_DEPRECATED_REMOVED)
|
||||
|
||||
#if defined(MBEDTLS_DEPRECATED_WARNING)
|
||||
#warning "Including compat-2.x.h is deprecated"
|
||||
#endif
|
||||
|
@ -66,4 +64,3 @@
|
|||
#define mbedtls_sha512_ret mbedtls_sha512
|
||||
|
||||
#endif /* MBEDTLS_COMPAT2X_H */
|
||||
#endif /* MBEDTLS_DEPRECATED_REMOVED */
|
||||
|
|
Loading…
Reference in a new issue