1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

psa: config: Add MBEDTLS_PSA_CRYPTO_SPM

We failed check-names.sh due to using a define which wasn't described or
defined anywhere. Even though we won't realistically enable
MBEDTLS_PSA_CRYPTO_SPM via the configuration system (and will do it from
PSA Crypto SPM tooling instead), add a description of the configuration to
config.h as good practice. Exclude MBEDTLS_PSA_CRYPTO_SPM from the "full"
configuration as well.
This commit is contained in:
Jaeden Amero
2018-07-11 16:07:40 +01:00
committed by itayzafrir
parent b4fa8c9c6d
commit 67a9351bc5
5 changed files with 36 additions and 0 deletions

View File

@ -96,6 +96,7 @@ MBEDTLS_ZLIB_SUPPORT
MBEDTLS_PKCS11_C
MBEDTLS_NO_UDBL_DIVISION
MBEDTLS_NO_64BIT_MULTIPLICATION
MBEDTLS_PSA_CRYPTO_SPM
_ALT\s*$
);