Files
mbedtls/library
Alfred Klomp ec99373df6 pkcs5.c: fix dead store: return proper exit status
Found with Clang's `scan-build` tool.

The error value assigned to `ret` is not returned, meaning that the
selftest always succeeds. Ensure the error value is propagated back to
the caller.
2014-10-23 15:34:02 +02:00
..
2011-03-08 13:58:16 +00:00
2014-07-11 11:26:03 +02:00
2014-07-08 18:28:48 +02:00
2012-11-02 10:59:36 +00:00
2014-07-08 18:29:00 +02:00
2012-11-14 12:14:19 +00:00
2010-07-18 20:36:00 +00:00