add MBEDTLS_PSA_HAS_ITS_IO
update config.h,config-psa-crypto.h, version_features.c and config.pl
This commit is contained in:
parent
4611956560
commit
a90abf13b6
4 changed files with 26 additions and 0 deletions
|
@ -97,6 +97,8 @@ MBEDTLS_PKCS11_C
|
|||
MBEDTLS_NO_UDBL_DIVISION
|
||||
MBEDTLS_NO_64BIT_MULTIPLICATION
|
||||
MBEDTLS_PSA_CRYPTO_SPM
|
||||
MBEDTLS_PSA_HAS_ITS_IO
|
||||
MBEDTLS_PSA_CRYPTO_STORAGE_ITS_C
|
||||
_ALT\s*$
|
||||
);
|
||||
|
||||
|
@ -119,6 +121,7 @@ MBEDTLS_PLATFORM_FPRINTF_ALT
|
|||
MBEDTLS_PSA_CRYPTO_STORAGE_C
|
||||
MBEDTLS_PSA_CRYPTO_STORAGE_FILE_C
|
||||
MBEDTLS_PSA_CRYPTO_STORAGE_ITS_C
|
||||
MBEDTLS_PSA_HAS_ITS_IO
|
||||
);
|
||||
|
||||
# Things that should be enabled in "full" even if they match @excluded
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue