Gilles Peskine 093a4aa51b 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-10-05 11:54:51 +02:00
..
cmake_subproject Include platform.h unconditionally: automatic part 2022-10-05 11:26:07 +02:00
benchmark.c Remove useless platform macro redefinitions: automatic part 2022-10-05 11:54:51 +02:00
CMakeLists.txt Use CMake's knowledge of what system library has dlopen() 2021-11-25 18:02:17 +01:00
dlopen_demo.sh More explicit output for the test program 2021-11-25 18:02:17 +01:00
dlopen.c Include platform.h unconditionally: automatic part 2022-10-05 11:26:07 +02:00
generate_cpp_dummy_build.sh Add documentation 2021-10-11 14:29:16 +01:00
query_compile_time_config.c Include platform.h unconditionally: automatic part 2022-10-05 11:26:07 +02:00
query_config.c Include platform.h unconditionally: automatic part 2022-10-05 11:26:07 +02:00
query_config.h Add list_config generation 2021-12-10 20:19:05 +01:00
selftest.c Include platform.h unconditionally: automatic part 2022-10-05 11:26:07 +02:00
udp_proxy_wrapper.sh Update copyright notices to use Linux Foundation guidance 2020-08-19 10:35:41 +02:00
udp_proxy.c Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. 2022-04-28 18:22:20 +01:00
zeroize.c Include platform.h unconditionally: automatic part 2022-10-05 11:26:07 +02:00