mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-29 16:32:32 -04:00
Simplify set creation
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
parent
e7742b360d
commit
9b0f9e77a0
@ -188,11 +188,9 @@ PSA_UNSTABLE_FEATURE = frozenset([
|
|||||||
'PSA_WANT_ECC_SECP_K1_224'
|
'PSA_WANT_ECC_SECP_K1_224'
|
||||||
])
|
])
|
||||||
|
|
||||||
EXCLUDE_FROM_CRYPTO = frozenset(
|
EXCLUDE_FROM_CRYPTO = PSA_UNSUPPORTED_FEATURE | \
|
||||||
PSA_UNSUPPORTED_FEATURE |
|
PSA_DEPRECATED_FEATURE | \
|
||||||
PSA_DEPRECATED_FEATURE |
|
|
||||||
PSA_UNSTABLE_FEATURE
|
PSA_UNSTABLE_FEATURE
|
||||||
)
|
|
||||||
|
|
||||||
# The goal of the full configuration is to have everything that can be tested
|
# The goal of the full configuration is to have everything that can be tested
|
||||||
# together. This includes deprecated or insecure options. It excludes:
|
# together. This includes deprecated or insecure options. It excludes:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user