wolfssl/examples/echoserver
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
..
echoserver.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
echoserver.h update copyright date 2021-03-11 13:42:46 +07:00
echoserver.sln file modes: clear inappropriate executable bits. 2021-11-08 17:28:11 -06:00
echoserver.vcproj file modes: clear inappropriate executable bits. 2021-11-08 17:28:11 -06:00
echoserver.vcxproj Clean up Visual Studio output and intermediate directories. 2022-02-08 09:23:27 -08:00
include.am Remove legacy NTRU and OQS (#4418) 2021-09-24 08:37:53 +10:00