1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-04-26 15:08:51 +03:00
Gilles Peskine a7aa80c058 Include platform.h unconditionally: second automatic part
Some source files included platform.h in a nested conditional. The previous
commit "Include platform.h unconditionally: automatic part" only removed
the outer conditional. This commit removes the inner conditional.

This commit once again replaces most occurrences of conditional inclusion of
platform.h, using the following code:

```
perl -i -0777 -pe 's!#if.*\n#include "mbedtls/platform.h"\n(#else.*\n(#define (mbedtls|MBEDTLS)_.*\n|#include <(stdarg|stddef|stdio|stdlib|string|time)\.h>\n)*)?#endif.*!#include "mbedtls/platform.h"!mg' $(git grep -l '#include "mbedtls/platform.h"')
```

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2022-09-15 20:34:10 +02:00
..
2022-08-22 11:19:10 +01:00
2022-08-22 09:08:04 +01:00
2022-08-19 13:11:22 +01:00
2022-08-23 05:26:02 -04:00
2022-08-22 09:08:04 +01:00
2022-07-27 14:43:38 +01:00
2022-08-11 12:50:06 +02:00
2022-05-12 09:45:03 +01:00
2022-07-01 16:43:25 +01:00
2022-08-23 05:26:02 -04:00
2022-08-25 11:09:35 +08:00
2022-08-23 17:53:43 +08:00
2022-03-29 17:43:56 +02:00