CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/10/11 06:10:12
Modified files:
lib/libcrypto/err: err.c
Log message:
Make ERR_str_{libraries,reasons,functs}[] const.
Provide err_load_const_strings(), which takes a const ERR_STRING_DATA *
and does not perform a library error value fixup. Make ERR_str_*[] tables
const.
ok tb@
