Add PSA defines to config.pl exclude list
This commit is contained in:
parent
70d8a5b5d9
commit
d3643ef29b
1 changed files with 8 additions and 0 deletions
|
@ -39,6 +39,10 @@
|
|||
# MBEDTLS_PKCS11_C
|
||||
# MBEDTLS_USE_PSA_CRYPTO
|
||||
# - experimental, and more an alternative implementation than a feature
|
||||
# MBEDTLS_PSA_CRYPTO_STORAGE_C
|
||||
# MBEDTLS_PSA_CRYPTO_STORAGE_FILE_C
|
||||
# MBEDTLS_PSA_CRYPTO_STORAGE_ITS_C
|
||||
# MBEDTLS_PSA_CRYPTO_SPM
|
||||
# and any symbol beginning _ALT
|
||||
#
|
||||
|
||||
|
@ -101,6 +105,10 @@ MBEDTLS_PKCS11_C
|
|||
MBEDTLS_NO_UDBL_DIVISION
|
||||
MBEDTLS_NO_64BIT_MULTIPLICATION
|
||||
MBEDTLS_USE_PSA_CRYPTO
|
||||
MBEDTLS_PSA_CRYPTO_STORAGE_C
|
||||
MBEDTLS_PSA_CRYPTO_STORAGE_FILE_C
|
||||
MBEDTLS_PSA_CRYPTO_STORAGE_ITS_C
|
||||
MBEDTLS_PSA_CRYPTO_SPM
|
||||
_ALT\s*$
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue