mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-27 06:35:22 +00:00
3637c516a4
Having the whole .function file depend on SHA-1 was wrong: dependencies in .function files are for compile-time dependencies all functions in this file build just fine without SHA-1. It's just some tests cases that do need SHA-1 at runtime, use dependencies on those specific tests in the .data file then. This reduces the number of cases skipped in this test suite in test_psa_crypto_config_accel_hash_use_psa from 28 (all of them) down to 12 (those that actually use SHA-1 as opposed to no hash). Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>