mbedtls/scripts
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
..
data_files Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
mbedtls_dev Add storage tests for lifetimes 2021-06-23 13:44:35 +02:00
abi_check.py
apidoc_full.sh
assemble_changelog.py Explicitly use UTF-8 in assemble_changelog 2021-05-20 10:37:22 +02:00
bump_version.sh
config.pl
config.py Remove config option MBEDTLS_ECP_NO_INTERNAL_RNG 2021-06-17 09:38:38 +02:00
ecc-heap.sh
ecp_comb_table.py add ecp_comb_table.py 2021-06-01 10:02:14 +08:00
find-mem-leak.cocci
footprint.sh
generate_errors.pl Remove MD2, MD4, RC4, Blowfish and XTEA 2021-06-16 10:34:25 +02:00
generate_features.pl Accept Windows line endings on inputs on any platform 2021-05-20 10:37:22 +02:00
generate_psa_constants.py Allow running source file generators from a subdirectory 2021-05-17 22:46:27 +02:00
generate_query_config.pl Remove MBEDTLS_CHECK_PARAMS option 2021-05-27 17:33:32 +02:00
generate_visualc_files.pl Simplify line ending management and make it work on Windows 2021-05-20 10:37:22 +02:00
make_generated_files.bat Explicitly specify exit code for "exit /b" 2021-05-20 10:37:22 +02:00
massif_max.pl
memory.sh
output_env.sh
rm-calloc-cast.cocci
tmp_ignore_makefiles.sh
windows_msbuild.bat