mbedtls/programs/test
Gilles Peskine e9b55929dc Remove useless platform macro redefinitions: automatic part
Some source files had code to set mbedtls_xxx aliases when
MBEDTLS_PLATFORM_C is not defined. These aliases are defined unconditionally
by mbedtls/platform.h, so these macro definitions were redundant. Remove
them.

This commit used the following code:
```
perl -i -0777 -pe 's~#if !defined\(MBEDTLS_PLATFORM_C\)\n(#define (mbedtls|MBEDTLS)_.*\n|#include <(stdarg|stddef|stdio|stdlib|string|time)\.h>\n)*#endif.*\n~~mg' $(git grep -l -F '#if !defined(MBEDTLS_PLATFORM_C)')
```

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2022-09-15 20:34:15 +02:00
..
cmake_package Include platform.h unconditionally: automatic part 2022-09-15 20:33:07 +02:00
cmake_package_install Include platform.h unconditionally: automatic part 2022-09-15 20:33:07 +02:00
cmake_subproject Include platform.h unconditionally: automatic part 2022-09-15 20:33:07 +02:00
benchmark.c Remove useless platform macro redefinitions: automatic part 2022-09-15 20:34:15 +02: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 Include platform.h unconditionally: automatic part 2022-09-15 20:33:07 +02:00
udp_proxy.c Merge pull request #3641 from okhowang/c99 2022-05-12 14:01:10 +01: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