mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-07 12:21:11 +03:00
scripts: config.py: remove references to MBEDTLS_PSA_CRYPTO_SE_C
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
@ -162,7 +162,6 @@ EXCLUDE_FROM_BAREMETAL = frozenset([
|
|||||||
'MBEDTLS_PLATFORM_FPRINTF_ALT', # requires FILE* from stdio.h
|
'MBEDTLS_PLATFORM_FPRINTF_ALT', # requires FILE* from stdio.h
|
||||||
'MBEDTLS_PLATFORM_NV_SEED_ALT', # requires a filesystem and ENTROPY_NV_SEED
|
'MBEDTLS_PLATFORM_NV_SEED_ALT', # requires a filesystem and ENTROPY_NV_SEED
|
||||||
'MBEDTLS_PLATFORM_TIME_ALT', # requires a clock and HAVE_TIME
|
'MBEDTLS_PLATFORM_TIME_ALT', # requires a clock and HAVE_TIME
|
||||||
'MBEDTLS_PSA_CRYPTO_SE_C', # requires a filesystem and PSA_CRYPTO_STORAGE_C
|
|
||||||
'MBEDTLS_PSA_CRYPTO_STORAGE_C', # requires a filesystem
|
'MBEDTLS_PSA_CRYPTO_STORAGE_C', # requires a filesystem
|
||||||
'MBEDTLS_PSA_ITS_FILE_C', # requires a filesystem
|
'MBEDTLS_PSA_ITS_FILE_C', # requires a filesystem
|
||||||
'MBEDTLS_THREADING_C', # requires a threading interface
|
'MBEDTLS_THREADING_C', # requires a threading interface
|
||||||
@ -238,7 +237,6 @@ def crypto_adapter(adapter):
|
|||||||
return continuation
|
return continuation
|
||||||
|
|
||||||
DEPRECATED = frozenset([
|
DEPRECATED = frozenset([
|
||||||
'MBEDTLS_PSA_CRYPTO_SE_C',
|
|
||||||
*PSA_DEPRECATED_FEATURE
|
*PSA_DEPRECATED_FEATURE
|
||||||
])
|
])
|
||||||
def no_deprecated_adapter(adapter):
|
def no_deprecated_adapter(adapter):
|
||||||
|
Reference in New Issue
Block a user