mbedtls/programs/test
David Horstmann 0e4a1aa2f1 programs/test: fix build without MBEDTLS_HAVE_TIME
Allow programs/test/udp_proxy.c to build when MBEDTLS_HAVE_TIME is
not defined. In this case, do not attempt to seed the pseudo-random
number generator used to sometimes produce corrupt packets and other
erroneous data.

Signed-off-by: David Horstmann <david.horstmann@arm.com>
2022-03-04 15:25:42 -05:00
..
cmake_subproject
benchmark.c
CMakeLists.txt
dlopen.c
dlopen_demo.sh
generate_cpp_dummy_build.sh
query_compile_time_config.c fix help message issues 2021-12-10 20:19:05 +01:00
query_config.c Do not include time.h without MBEDTLS_HAVE_TIME 2022-03-04 15:25:42 -05:00
query_config.h Add list_config generation 2021-12-10 20:19:05 +01:00
selftest.c
udp_proxy.c programs/test: fix build without MBEDTLS_HAVE_TIME 2022-03-04 15:25:42 -05:00
udp_proxy_wrapper.sh
zeroize.c