CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2025/05/10 00:17:09
Modified files: lib/libcrypto/err: err.h Log message: Remove error macros except PEMerr(), RSAerr() and SSLerr() These three are still used in about half a dozen ports. All the others are unused. ok jsing