mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-24 09:45:37 +01:00
d2dc1f1a83
The test suite assumed that if SHA512 was enabled, then SHA384 was also available. This is not true. There is config MBEDTLS_SHA512_NO_SHA384 which allows precisely to add SHA512 and not SHA384. This commits adds the necessary `depends_on` clause, to avoid running the SHA384 tests when config MBEDTLS_SHA512_NO_SHA384 is set. Signed-off-by: Cédric Meuter <cedric.meuter@gmail.com> |
||
---|---|---|
.. | ||
.jenkins | ||
configs | ||
data_files | ||
docker/bionic | ||
git-scripts | ||
include/test | ||
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 |