44085de5f7
Signed-off-by: Mateusz Starzyk <mateusz.starzyk@mobica.com>
9 lines
390 B
Markdown
9 lines
390 B
Markdown
Replaced MBEDTLS_SHA512_NO_SHA384 with MBEDTLS_SHA384_C
|
|
------------------------------------------------------
|
|
|
|
This does not affect users who use the default `config.h`.
|
|
MBEDTLS_SHA512_NO_SHA384 was disabled by default, now MBEDTLS_SHA384_C is
|
|
enabled by default.
|
|
|
|
If you were using a config file with MBEDTLS_SHA512_NO_SHA384 enabled,
|
|
then just remove it (don't define MBEDTLS_SHA384_C).
|