mbedtls/programs/test
Gilles Peskine 9af413bcc5 Don't try to include mbedtls/config_*.h
They're included by build_info.h and must not be included directly.

Currently, this only concerns one file: config_psa.h. It's technically a bug
to include it, but a harmless one because that header has already been
included by build_info.h except in configurations where it
effectively had no effect (enabling PSA options with PSA turned off).

We plan to split config_psa.h into multiple headers that are less
independent, which could make the inclusion more problematic.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2023-08-21 16:12:36 +02:00
..
cmake_package Switch to the new code style 2023-01-11 14:50:10 +01:00
cmake_package_install Switch to the new code style 2023-01-11 14:50:10 +01:00
cmake_subproject Switch to the new code style 2023-01-11 14:50:10 +01:00
benchmark.c Merge branch 'development' into sha3 2023-05-05 16:01:18 +02:00
CMakeLists.txt Test the PSA alternative header configuration macros 2023-02-23 17:18:33 +01:00
dlopen.c Switch to the new code style 2023-01-11 14:50:10 +01:00
dlopen_demo.sh Fix demo scripts for out-of-tree builds 2023-05-09 18:30:05 +01:00
generate_cpp_dummy_build.sh Don't try to include mbedtls/config_*.h 2023-08-21 16:12:36 +02:00
query_compile_time_config.c Fix more argc checks 2023-02-03 16:15:30 +00:00
query_config.h Switch to the new code style 2023-01-11 14:50:10 +01:00
query_included_headers.c Test the PSA alternative header configuration macros 2023-02-23 17:18:33 +01:00
selftest.c Merge branch 'development' into sha3 2023-03-04 00:03:06 +01:00
udp_proxy.c Fix warnings from clang-16 2023-07-26 17:11:51 +01:00
udp_proxy_wrapper.sh Update copyright notices to use Linux Foundation guidance 2020-08-19 10:35:41 +02:00
zeroize.c Switch to the new code style 2023-01-11 14:50:10 +01:00