blob: 9e72ca9d7755f5feacbebaa314355882e731f48a [file] [log] [blame]
TRodziewicz1fcd72e2021-06-14 11:16:06 +02001API changes
TRodziewicz28a4a962021-06-15 00:18:32 +02002 * 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.