mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-16 15:19:56 +00:00
Remove MBEDTLS_SHA3_C config option
Signed-off-by: Gabor Mezei <[email protected]>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user