commit | 42269420b5f9a7b76ef311a876c7994b5783d0af | [log] [tgz] |
---|---|---|
author | Leo Yan <leo.yan@arm.com> | Fri Jan 31 17:16:34 2025 +0000 |
committer | Leo Yan <leo.yan@arm.com> | Tue Feb 04 10:26:02 2025 +0000 |
tree | 53921b1522b6a9894afd6a49f925548943ff10be | |
parent | 05c24ebdb85f298e617b647617d4067ddef2bff1 [diff] |
fix(psa): guard Crypto APIs with CRYPTO_SUPPORT When building Crypto APIs, it requires dependency on external headers, e.g., Mbedtls headers. Without the CRYPTO_SUPPORT configuration, external dependencies are not set up, building Crypto APIs will fail. Guard Crypto APIs with the CRYPTO_SUPPORT configuration, to make sure the code is built only for Crypto enabled case. Change-Id: Iffe1220b0e6272586c46432b4f8d0512cb39b0b5 Signed-off-by: Leo Yan <leo.yan@arm.com>