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