mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-11-07 01:44:50 +00:00
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> |
||
|---|---|---|
| .. | ||
| cmake_subproject | ||
| benchmark.c | ||
| CMakeLists.txt | ||
| dlopen.c | ||
| dlopen_demo.sh | ||
| generate_cpp_dummy_build.sh | ||
| query_compile_time_config.c | ||
| query_config.c | ||
| query_config.h | ||
| selftest.c | ||
| udp_proxy.c | ||
| udp_proxy_wrapper.sh | ||
| zeroize.c | ||