mirror of
https://github.com/espressif/mbedtls.git
synced 2025-05-12 05:03:00 +08:00

baremetal compiles should not include time.h, as MBEDTLS_HAVE_TIME is undefined. To test this, provide an overriding include directory that has a time.h which throws a meaningful error if included. Signed-off-by: Daniel Axtens <dja@axtens.net>