Skip to content

Commit caaf52d

Browse files
Merge pull request #10391 from bjwtaylor/remove-deprecated-compilation-options-2
Remove deprecated compilation options 2
2 parents 9097972 + fec1c00 commit caaf52d

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

scripts/config.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,8 @@ def realfull_adapter(_name, _value, _active):
9494
'MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER', # interface and behavior change
9595
'MBEDTLS_PSA_CRYPTO_SPM', # platform dependency (PSA SPM)
9696
'MBEDTLS_RSA_NO_CRT', # influences the use of RSA in X.509 and TLS
97-
'MBEDTLS_SHA256_USE_A64_CRYPTO_ONLY', # interacts with *_USE_A64_CRYPTO_IF_PRESENT
9897
'MBEDTLS_SHA256_USE_ARMV8_A_CRYPTO_ONLY', # interacts with *_USE_ARMV8_A_CRYPTO_IF_PRESENT
9998
'MBEDTLS_SHA512_USE_A64_CRYPTO_ONLY', # interacts with *_USE_A64_CRYPTO_IF_PRESENT
100-
'MBEDTLS_SHA256_USE_A64_CRYPTO_IF_PRESENT', # setting *_USE_ARMV8_A_CRYPTO is sufficient
10199
'MBEDTLS_TEST_CONSTANT_FLOW_MEMSAN', # build dependency (clang+memsan)
102100
'MBEDTLS_TEST_CONSTANT_FLOW_VALGRIND', # build dependency (valgrind headers)
103101
'MBEDTLS_X509_REMOVE_INFO', # removes a feature
@@ -163,7 +161,6 @@ def full_adapter(name, value, active):
163161
'MBEDTLS_THREADING_C', # requires a threading interface
164162
'MBEDTLS_THREADING_PTHREAD', # requires pthread
165163
'MBEDTLS_TIMING_C', # requires a clock
166-
'MBEDTLS_SHA256_USE_A64_CRYPTO_IF_PRESENT', # requires an OS for runtime-detection
167164
'MBEDTLS_SHA256_USE_ARMV8_A_CRYPTO_IF_PRESENT', # requires an OS for runtime-detection
168165
'MBEDTLS_SHA512_USE_A64_CRYPTO_IF_PRESENT', # requires an OS for runtime-detection
169166
])

tests/scripts/analyze_outcomes.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,6 @@ def _has_word_re(words: typing.Iterable[str],
132132
# MBEDTLS_PSA_CRYPTO_SPM as enabled. That's ok.
133133
'Config: MBEDTLS_PSA_CRYPTO_SPM',
134134
# We don't test on armv8 yet.
135-
'Config: MBEDTLS_SHA256_USE_A64_CRYPTO_IF_PRESENT',
136-
'Config: MBEDTLS_SHA256_USE_A64_CRYPTO_ONLY',
137135
'Config: MBEDTLS_SHA256_USE_ARMV8_A_CRYPTO_ONLY',
138136
'Config: MBEDTLS_SHA512_USE_A64_CRYPTO_ONLY',
139137
# We don't run test_suite_config when we test this.

0 commit comments

Comments
 (0)