mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-16 00:48:48 +02:00
When building SHA512 without SHA384, there are some code paths that resulted in unused variables or usage of undefined code. This commit fixes that. Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>