mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-04 22:19:05 +00:00
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> |
||
|---|---|---|
| .. | ||
| .jenkins | ||
| configs | ||
| data_files | ||
| docker/bionic | ||
| git-scripts | ||
| include | ||
| opt-testcases | ||
| scripts | ||
| src | ||
| suites | ||
| .gitignore | ||
| CMakeLists.txt | ||
| compat-in-docker.sh | ||
| compat.sh | ||
| context-info.sh | ||
| Descriptions.txt | ||
| make-in-docker.sh | ||
| Makefile | ||
| ssl-opt-in-docker.sh | ||
| ssl-opt.sh | ||