mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-28 06:19:27 +00:00
db11561352
As we move to PSA_CRYPTO_CONFIG always on, the way to configure the build with both the builtin drivers and the transparent test drivers (that are wrappers around the builtin drivers) cannot be done through the MBEDTLS_USER_CONFIG_FILE mechanism anymore. With this mechanism and PSA_CRYPTO_CONFIG enabled, the PSA_ACCEL_ macros are defined before including config_adjust_legacy_from_psa.h and the builtin implementations are removed. Thus, we will rather define the PSA_ACCEL_ just after the inclusion of config_adjust_legacy_from_psa.h through the dedicated config_adjust_test_accelerators.h header introduced by this commit. Signed-off-by: Ronald Cron <ronald.cron@arm.com> |
||
---|---|---|
.. | ||
tls13-only.h | ||
user-config-for-test.h | ||
user-config-malloc-0-null.h | ||
user-config-zeroize-memset.h |