Move check config feature for PSA_WANT

Moved from doing the dependency checks for MBEDTLS_PSA_BUILTIN to
checking the PSA_WANT macros for the dependency checks. This required
moving the file into the include/psa directory and having the file be
included by crypto_config.h instead of config_psa.h.

Signed-off-by: John Durkop <john.durkop@fermatsoftware.com>
This commit is contained in:
John Durkop 2020-11-12 11:36:06 -08:00
parent 6ba40d1faa
commit b6f7afcb5c
5 changed files with 70 additions and 90 deletions

View file

@ -207,8 +207,6 @@ extern "C" {
#endif /* MBEDTLS_PSA_CRYPTO_CONFIG */
#include "mbedtls/check_config_psa.h"
#ifdef __cplusplus
}
#endif