mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-03 20:54:00 +00:00
44085de5f7
Signed-off-by: Mateusz Starzyk <mateusz.starzyk@mobica.com>
12 lines
517 B
Markdown
12 lines
517 B
Markdown
Separated MBEDTLS_SHA224_C and MBEDTLS_SHA256_C
|
|
-----------------------------------------------------------------
|
|
|
|
This does not affect users who use the default `config.h`. MBEDTLS_SHA256_C
|
|
was enabled by default. Now both MBEDTLS_SHA256_C and MBEDTLS_SHA224_C are
|
|
enabled.
|
|
|
|
If you were using custom config file with MBEDTLS_SHA256_C enabled, then
|
|
you will need to add `#define MBEDTLS_SHA224_C` option your config.
|
|
Current version of the library does not support enabling MBEDTLS_SHA256_C
|
|
without MBEDTLS_SHA224_C.
|