mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-06-01 10:19:13 +08:00
390 B
390 B
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).