CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2025/05/10 00:35:22
Modified files: lib/libcrypto/err: err_local.h Log message: Simplify the remaining FOOerror() Redirect through an additional macro that adds the repeated function, file and line macros. Reduces the eyesore and makes the whole thing much more redable. similar to a suggestion by jsing a while back