TRodziewicz | 1fcd72e | 2021-06-14 11:16:06 +0200 | [diff] [blame] | 1 | API changes |
TRodziewicz | 28a4a96 | 2021-06-15 00:18:32 +0200 | [diff] [blame] | 2 | * In modules that implement cryptographic hash functions, many functions |
3 | mbedtls_xxx() now return int instead of void, and the corresponding | ||||
4 | function mbedtls_xxx_ret() which was identical except for returning int | ||||
5 | has been removed. This also concerns mbedtls_xxx_drbg_update(). See the | ||||
6 | migration guide for more information. Fixes #4212. |