Daniel Axtens 301db66954 Do not include time.h without MBEDTLS_HAVE_TIME
MBEDTLS_HAVE_TIME is documented as: "System has time.h and time()."

If that is not defined, do not attempt to include time.h.

A particular problem is platform-time.h, which should only be included if
MBEDTLS_HAVE_TIME is defined, which makes everything messier. Maybe it
should be refactored to have the check inside the header.

Signed-off-by: Daniel Axtens <dja@axtens.net>
2022-03-04 15:25:42 -05:00
..
2022-02-15 10:59:53 +01:00
2021-12-07 12:16:33 +00:00
2021-11-11 11:33:19 +01:00
2022-01-24 10:31:06 -05:00
2021-12-11 15:02:06 +01:00
2022-01-24 10:31:06 -05:00
2021-12-13 11:14:45 +00:00
2021-09-30 20:34:29 +02:00
2021-09-30 12:29:27 +02:00
2021-11-22 15:35:58 +00:00
2021-05-12 10:39:58 +02:00
2022-01-24 10:31:06 -05:00
2021-12-15 11:55:31 +00:00