mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-01-06 16:50:17 +01:00
7 lines
371 B
Plaintext
7 lines
371 B
Plaintext
API changes
|
|
* In modules that implement cryptographic hash functions, many functions
|
|
mbedtls_xxx() now return int instead of void, and the corresponding
|
|
function mbedtls_xxx_ret() which was identical except for returning int
|
|
has been removed. This also concerns mbedtls_xxx_drbg_update(). See the
|
|
migration guide for more information. Fixes #4212.
|