mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-22 12:11:10 +01:00
Deprecate mbedtls_hmac_drbg_update (which returns void) in favor of a new function mbedtls_hmac_drbg_update_ret which reports error. The old function is not officially marked as deprecated in this branch because this is a stable maintenance branch.