mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-08-18 18:23:20 +02:00
err_sys_with_errno_func() taking __FILE__ and __LINE__, with function-like
macros preserving every existing call site; failure messages now carry file and
line ("wolfSSL error, %s L %d: %s").
tests/suites.c: client_test / server_test failure reports go to stderr
(printf -> fprintf(stderr, ...)).
Before creating any new configure files (.conf) read the CONF_FILES_README.md