mbedtls/programs/test
Alfred Klomp 5b78f219d0 ssl_test.c: remove dead store, assign at declaration
Found with Clang's `scan-build` tool.

The store to `ret` is not used, it's overwritten shortly after. Assign
the value of 1 at declaration time instead to silence scan-build.
2014-08-14 11:34:34 +02:00
..
benchmark.c Adapt programs / test suites 2014-07-09 10:19:24 +02:00
CMakeLists.txt Minor fixes to o_p_test.c (CMakeLists.txt and includes) 2014-01-23 15:47:29 +01:00
o_p_test.c Adapt programs / test suites 2014-07-09 10:19:24 +02:00
selftest.c Temporarily disable timing test on non-Linux 2014-06-13 18:04:42 +02:00
ssl_cert_test.c Adapt sources to configurable config.h name 2014-04-30 16:40:20 +02:00
ssl_test.c ssl_test.c: remove dead store, assign at declaration 2014-08-14 11:34:34 +02:00