1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-12-24 17:41:01 +03:00

Merge pull request #10391 from bjwtaylor/remove-deprecated-compilation-options-2

Remove deprecated compilation options 2
This commit is contained in:
Gilles Peskine
2025-09-23 08:40:11 +00:00
committed by GitHub
2 changed files with 0 additions and 5 deletions

View File

@@ -132,8 +132,6 @@ class CoverageTask(outcome_analysis.CoverageTask):
# MBEDTLS_PSA_CRYPTO_SPM as enabled. That's ok.
'Config: MBEDTLS_PSA_CRYPTO_SPM',
# We don't test on armv8 yet.
'Config: MBEDTLS_SHA256_USE_A64_CRYPTO_IF_PRESENT',
'Config: MBEDTLS_SHA256_USE_A64_CRYPTO_ONLY',
'Config: MBEDTLS_SHA256_USE_ARMV8_A_CRYPTO_ONLY',
'Config: MBEDTLS_SHA512_USE_A64_CRYPTO_ONLY',
# We don't run test_suite_config when we test this.