Remove MBEDTLS_SHA3_C config option

Signed-off-by: Gabor Mezei <[email protected]>
This commit is contained in:
Gabor Mezei
2025-06-03 17:49:23 +02:00
parent 591d854b1a
commit 4aa974f7c7
3 changed files with 7 additions and 7 deletions
+4 -1
View File
@@ -290,7 +290,10 @@ const selftest_t selftests[] =
#if defined(MBEDTLS_SHA512_C)
{ "sha512", mbedtls_sha512_self_test },
#endif
#if defined(MBEDTLS_SHA3_C)
#if defined(PSA_WANT_ALG_SHA3_224) || \
defined(PSA_WANT_ALG_SHA3_256) || \
defined(PSA_WANT_ALG_SHA3_384) || \
defined(PSA_WANT_ALG_SHA3_512)
{ "sha3", mbedtls_sha3_self_test },
#endif
#if defined(MBEDTLS_DES_C)