CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/10/11 05:58:53
Modified files:
lib/libcrypto/err: err.c
Log message:
Add ERR_LIB_SYS to the error values in ERR_str_functs[].
This is currently added via err_load_strings(), which means
ERR_str_functs[] cannot be made const. Adding ERR_LIB_SYS means the fixup
becomes unnecessary.
ok tb@
