modules: mbedtls: Remove check_config.h
build_info.h of mbedtls includes the config file for mbedtls but also includes check_config.h so its not needed to have it in the config file Signed-off-by: Markus Swarowsky <markus.swarowsky@nordicsemi.no>
This commit is contained in:
parent
e4cca5145b
commit
3a1e179c4d
1 changed files with 0 additions and 15 deletions
|
@ -486,19 +486,4 @@
|
|||
#include CONFIG_MBEDTLS_USER_CONFIG_FILE
|
||||
#endif
|
||||
|
||||
#if !defined(CONFIG_MBEDTLS_PSA_CRYPTO_C)
|
||||
/* When PSA API is used the checking header is included over the chain:
|
||||
* |-psa/crypto.h
|
||||
* |-psa/crypto_platform.h
|
||||
* |-mbedtls/build_info.h
|
||||
* |-mbedtls/check_config.h
|
||||
* If include this header here then PSA API will be in semiconfigured state
|
||||
* without considering dependencies from mbedtls/config_psa.h.
|
||||
* mbedtls/config_psa.h should be included right after config-tls-generic.h before checking.
|
||||
* Formally, all settings are correct but mbedtls library cannot be built.
|
||||
* The behavior was introduced after adding mbedTLS 3.4.0
|
||||
*/
|
||||
#include "mbedtls/check_config.h"
|
||||
#endif
|
||||
|
||||
#endif /* MBEDTLS_CONFIG_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue