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

Merge pull request #8141 from tom-cosgrove-arm/define-psa-macros-to-1

Define all PSA_xxx macros to 1 rather than have them empty, for consistency
This commit is contained in:
Tom Cosgrove
2023-09-04 21:27:01 +00:00
committed by GitHub
2 changed files with 17 additions and 17 deletions

View File

@ -202,7 +202,7 @@ psa_status_t psa_parse_key_data_from_storage(const uint8_t *storage_data,
#if defined(MBEDTLS_PSA_CRYPTO_SE_C)
/** This symbol is defined if transaction support is required. */
#define PSA_CRYPTO_STORAGE_HAS_TRANSACTIONS
#define PSA_CRYPTO_STORAGE_HAS_TRANSACTIONS 1
#endif
#if defined(PSA_CRYPTO_STORAGE_HAS_TRANSACTIONS)