commit | 8a41106c83961029c2d251f390c091d398c100a6 | [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 | 2ae197acd6a91a96619090e503521d44bee494b2 [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>