mbedtls/programs/test
David Horstmann e3d8f31ba1 Workaround Uncrustify parsing of "asm"
The following code:

 #ifndef asm
 #define asm __asm
 #endif

causes Uncrustify to stop correcting the rest of the file. This may be
due to parsing the "asm" keyword in the definition.

Work around this by wrapping the idiom in an *INDENT-OFF* comment
wherever it appears.

Signed-off-by: David Horstmann <david.horstmann@arm.com>
2023-01-03 11:07:09 +00:00
..
cmake_package Include platform.h unconditionally: automatic part 2022-09-15 20:33:07 +02:00
cmake_package_install Install CMake files in MbedTLS dir 2022-12-04 03:00:38 +00:00
cmake_subproject Include platform.h unconditionally: automatic part 2022-09-15 20:33:07 +02:00
benchmark.c Workaround Uncrustify parsing of "asm" 2023-01-03 11:07:09 +00:00
CMakeLists.txt Use CMake's knowledge of what system library has dlopen() 2021-11-10 19:10:27 +01:00
dlopen.c Include platform.h unconditionally: automatic part 2022-09-15 20:33:07 +02:00
dlopen_demo.sh More explicit output for the test program 2021-11-10 21:08:28 +01:00
generate_cpp_dummy_build.sh Add documentation 2021-08-05 15:23:00 +02:00
query_compile_time_config.c Include platform.h unconditionally: automatic part 2022-09-15 20:33:07 +02:00
query_config.h Add list_config generation 2021-12-10 16:30:57 +08:00
selftest.c sha: fix minor issues/typos 2022-12-22 14:25:26 +01:00
udp_proxy.c Fix typos prior to release 2022-12-04 17:19:59 +00:00
udp_proxy_wrapper.sh Update copyright notices to use Linux Foundation guidance 2020-08-19 10:35:41 +02:00
zeroize.c Include platform.h unconditionally: automatic part 2022-09-15 20:33:07 +02:00