mbedtls/tests/include
Manuel Pégourié-Gonnard 7a27e85f5c Fix failure of RSA accel test
Previously MD_C was auto-enabled based on the fact that ALG_RSA_PSS was
requested, but that's no longer the case since the previous commit.

We can fix this in one of two ways: either enable MD_C, or enable all
the PSA_WANT_ALG_SHA_xxx that are needed for test. Go for MD_C because
it's a single line and avoids having to enumerate a list that might grow
in the future.

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
2022-08-11 12:47:02 +02:00
..
alt-dummy Code review fixes 2021-06-18 12:59:38 +02:00
baremetal-override tests: prevent inclusion of time.h in baremetal compiles 2022-03-04 05:07:45 -05:00
spe Import crypto_spe.h from TF-M 2021-06-15 18:39:26 +02:00
test Fix failure of RSA accel test 2022-08-11 12:47:02 +02:00