Ronald Cron 395889f9b7 psa: Make sure MBEDTLS_PSA_CRYPTO_CLIENT is defined
Make sure MBEDTLS_PSA_CRYPTO_CLIENT is defined
when MBEDTLS_PSA_CRYPTO_C is defined and guard
PSA client code only with MBEDTLS_PSA_CRYPTO_CLIENT.

The definition of MBEDTLS_PSA_CRYPTO_CLIENT is done
in crypto_types.h before the definition of
psa_key_attributes_t. That way as PSA crypto client
code is related to key attributes we can be quite
confident that MBEDTLS_PSA_CRYPTO_CLIENT will be
defined when needed.

Signed-off-by: Ronald Cron <ronald.cron@arm.com>
2021-02-09 15:36:08 +01:00
..
2021-01-29 11:09:50 +01:00
2021-02-01 13:16:44 +01:00
2021-01-26 12:01:22 +01:00
2020-11-16 15:02:16 +01:00
2021-02-01 13:16:44 +01:00
2020-09-22 11:57:16 +02:00
2020-11-20 13:57:15 +01:00
2021-02-01 13:17:06 +01:00
2020-11-13 09:20:18 +00:00
2020-09-01 11:04:53 +02:00