CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/05/20 03:25:40
Modified files:
lib/libcrypto/err: err.c
Log message:
Simplify err_build_SYS_str_reasons
This is currently done in a rather silly way. Shift the index by 1
and avoid weird pointer dances. Rather than relying on static
initialization, use code to obviate a comment.
ok beck joshua jsing
