wolfssl/examples/benchmark
Daniel Pouzzner ccc5952369 global fixup to check or explicitly ignore return values from failable library/system calls that weren't already being checked;
add wolfCrypt error codes IO_FAILED_E "Input/output failure" and SYSLIB_FAILED_E "System/library call failed";

tests/api.c and tests/unit.c: flush stdout for error message in Fail() macro, add fflush(stdout) after printf()s, print success message at end of unit_test(), and send several error messages to stderr instead of stdout;

wolfcrypt/test/test.c: add fallthrough macro definition of printf() that pairs it with fflush(stdout);

unit.h: in definition of macro AssertPtr(), add PRAGMA_GCC("GCC diagnostic ignored \"-Wpedantic\"");

sp_int.c: refactor several lingering instances of "if (0) { ... }" code pattern to #if 0 ... #endif.
2022-07-11 22:28:09 -05:00
..
include.am * Added the `tls_bench` example to the build output when threading is supported. 2018-02-07 11:13:13 -08:00
tls_bench.c global fixup to check or explicitly ignore return values from failable library/system calls that weren't already being checked; 2022-07-11 22:28:09 -05:00
tls_bench.h update copyright date 2021-03-11 13:42:46 +07:00