mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-15 03:40:08 +00:00
Rename MBEDTLS_PSA_CRYPTO_(USER_)CONFIG_FILE
Rename MBEDTLS_PSA_CRYPTO_(USER_)CONFIG_FILE to TF_PSA_CRYPTO_(USER_)CONFIG_FILE as we rename crypto_config.h to tf_psa_crypto_config.h. Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
parent
89d8a27d00
commit
eb589f9b99
@ -166,6 +166,11 @@ same section as the boolean option they are associated to.
|
||||
```
|
||||
|
||||
#### SECTION General and test configuration options
|
||||
Note: for consistency with the configuration file name change from
|
||||
`crypto_config.h` to `tf_psa_crypto_config.h`, the configuration options
|
||||
MBEDTLS_PSA_CRYPTO_CONFIG_FILE and MBEDTLS_PSA_CRYPTO_USER_CONFIG_FILE are
|
||||
respectively renamed TF_PSA_CRYPTO_CONFIG_FILE and TF_PSA_CRYPTO_USER_CONFIG_FILE.
|
||||
These are the only configuration options renamed by this document.
|
||||
```
|
||||
//#define MBEDTLS_CHECK_RETURN_WARNING
|
||||
//#define MBEDTLS_DEPRECATED_REMOVED
|
||||
@ -177,8 +182,8 @@ same section as the boolean option they are associated to.
|
||||
|
||||
//#define MBEDTLS_CHECK_RETURN __attribute__((__warn_unused_result__))
|
||||
//#define MBEDTLS_IGNORE_RETURN( result ) ((void) !(result))
|
||||
//#define MBEDTLS_PSA_CRYPTO_CONFIG_FILE "psa/crypto_config.h"
|
||||
//#define MBEDTLS_PSA_CRYPTO_USER_CONFIG_FILE "/dev/null"
|
||||
//#define TF_PSA_CRYPTO_CONFIG_FILE "psa/tf_psa_crypto_config.h"
|
||||
//#define TF_PSA_CRYPTO_USER_CONFIG_FILE "/dev/null"
|
||||
```
|
||||
|
||||
#### SECTION Cryptographic mechanism selection (PSA API)
|
||||
|
Loading…
x
Reference in New Issue
Block a user