mbedtls/programs/hash
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
..
CMakeLists.txt Fix cmake build of programs 2021-06-17 09:38:38 +02:00
generic_sum.c Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
hello.c Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00