mbedtls/programs/test
Alfred Klomp 185962114a 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-10-23 15:35:39 +02:00
..
benchmark.c Cleaner initialization (values did not matter, but were uninitialized) 2014-07-08 18:28:31 +02:00
CMakeLists.txt Minor fixes to o_p_test.c (CMakeLists.txt and includes) 2014-07-07 16:04:16 +02:00
o_p_test.c Minor fixes to o_p_test.c (CMakeLists.txt and includes) 2014-07-07 16:04:16 +02:00
selftest.c - Added PKCS#5 PBKDF2 key derivation function 2012-08-23 13:03:18 +00:00
ssl_cert_test.c Fixed const correctness issues in programs and tests 2013-06-06 12:58:12 +02:00
ssl_test.c ssl_test.c: remove dead store, assign at declaration 2014-10-23 15:35:39 +02:00