mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-10 12:19:56 +00:00
test: remove obsolete macro checks
Signed-off-by: Yi Wu <[email protected]>
This commit is contained in:
@@ -134,11 +134,6 @@ component_check_test_dependencies () {
|
||||
|
||||
# Expected ones with justification - keep in sorted order!
|
||||
rm -f $expected
|
||||
# Temporary, see https://github.com/Mbed-TLS/mbedtls/issues/10618
|
||||
echo "MBEDTLS_PKCS1_V15" >> $expected
|
||||
echo "MBEDTLS_PKCS1_V21" >> $expected
|
||||
# Temporary, see https://github.com/Mbed-TLS/mbedtls/issues/10619
|
||||
echo "MBEDTLS_RSA_C" >> $expected
|
||||
# Acceptable: these are light wrappers around official PSA_WANT macros,
|
||||
# to hide the fact that ECDSA could be randomized or deterministic.
|
||||
echo "PSA_HAVE_ALG_ECDSA_SIGN" >> $expected
|
||||
|
||||
Reference in New Issue
Block a user