Bence Szépkúti c662b36af2 Replace all inclusions of config.h
Also remove preprocessor logic for MBEDTLS_CONFIG_FILE, since
build_info.h alreadyy handles it.

This commit was generated using the following script:

# ========================
#!/bin/sh
git ls-files | grep -v '^include/mbedtls/build_info\.h$' | xargs sed -b -E -i '
/^#if !?defined\(MBEDTLS_CONFIG_FILE\)/i#include "mbedtls/build_info.h"
//,/^#endif/d
'
# ========================

Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
2021-06-28 09:24:07 +01:00
..
error.fmt Add missing guard to mbedtls_test_hook_error_add 2021-04-13 15:27:04 +01:00
query_config.fmt Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
version_features.fmt
vs6-app-template.dsp
vs6-main-template.dsp
vs6-workspace-template.dsw
vs2010-app-template.vcxproj
vs2010-main-template.vcxproj
vs2010-sln-template.sln