mbedtls/tests/include/test/drivers
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
..
aead.h Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
cipher.h Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
hash.h Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
key_management.h Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
mac.h Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
signature.h Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
size.h Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
test_driver.h Add testing of the MAC driver entry points 2021-05-07 23:33:50 +02:00