blob: 96a38e057ed4f468283f43ef15a77bb9730e7f41 [file] [log] [blame] [view]
Mateusz Starzyk44085de2021-05-19 13:22:53 +02001Separated MBEDTLS_SHA224_C and MBEDTLS_SHA256_C
2-----------------------------------------------------------------
3
4This does not affect users who use the default `config.h`. MBEDTLS_SHA256_C
5was enabled by default. Now both MBEDTLS_SHA256_C and MBEDTLS_SHA224_C are
6enabled.
7
8If you were using custom config file with MBEDTLS_SHA256_C enabled, then
9you will need to add `#define MBEDTLS_SHA224_C` option your config.
10Current version of the library does not support enabling MBEDTLS_SHA256_C
11without MBEDTLS_SHA224_C.