mbedtls/scripts/data_files
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
..
error.fmt Add missing guard to mbedtls_test_hook_error_add 2021-04-13 15:27:04 +01:00
query_config.fmt Do not include time.h without MBEDTLS_HAVE_TIME 2022-03-04 15:25:42 -05:00
rename-1.3-2.0.txt Rename identifiers containing double-underscore 2020-03-23 17:55:32 +01:00
version_features.fmt Update copyright notices to use Linux Foundation guidance 2020-08-19 10:35:41 +02:00
vs6-app-template.dsp Add missing VS project files, generated by script 2013-09-18 14:34:33 +02:00
vs6-main-template.dsp Systematically use Windows line endings in Windows files 2020-04-01 13:42:24 +02:00
vs6-workspace-template.dsw Add VS6 workspace to update-vs-apps.pl 2014-05-22 13:52:50 +02:00
vs2010-app-template.vcxproj Remove definitions and settings that are never used or duplicate MSVC 2020-05-21 17:19:56 +03:00
vs2010-main-template.vcxproj Remove definitions and settings that are never used or duplicate MSVC 2020-05-21 17:19:56 +03:00
vs2010-sln-template.sln Systematically use Windows line endings in Windows files 2020-04-01 13:42:24 +02:00