mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01: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).