mbedtls/programs/test
Gilles Peskine 3abbcedc68 Remove mbedtls_param_failed from programs
All sample and test programs had a definition of mbedtls_param_failed.
This was necessary because we wanted to be able to build them in a
configuration with MBEDTLS_CHECK_PARAMS set but without a definition
of MBEDTLS_PARAM_FAILED. Now that we activate the sample definition of
MBEDTLS_PARAM_FAILED in config.h when testing with
MBEDTLS_CHECK_PARAMS set, this boilerplate code is no longer needed.
2019-06-13 16:51:59 +02:00
..
benchmark.c Remove mbedtls_param_failed from programs 2019-06-13 16:51:59 +02:00
CMakeLists.txt
cpp_dummy_build.cpp
query_compile_time_config.c
selftest.c Remove mbedtls_param_failed from programs 2019-06-13 16:51:59 +02:00
udp_proxy_wrapper.sh
udp_proxy.c
zeroize.c