blob: 0efe14aa7189a25a0e963e7f5426beaff3c44855 [file] [log] [blame] [view]
Mateusz Starzyk44085de2021-05-19 13:22:53 +02001Replaced MBEDTLS_SHA512_NO_SHA384 with MBEDTLS_SHA384_C
2------------------------------------------------------
3
4This does not affect users who use the default `config.h`.
5MBEDTLS_SHA512_NO_SHA384 was disabled by default, now MBEDTLS_SHA384_C is
6enabled by default.
7
8If you were using a config file with MBEDTLS_SHA512_NO_SHA384 enabled,
9then just remove it (don't define MBEDTLS_SHA384_C).