Add ERR_LIB_SYS to the error values in ERR_str_functs[].
authorjsing <jsing@openbsd.org>
Fri, 11 Oct 2024 11:58:53 +0000 (11:58 +0000)
committerjsing <jsing@openbsd.org>
Fri, 11 Oct 2024 11:58:53 +0000 (11:58 +0000)
commit4b53f2ff3ba8578af2166ffa697bcbcafabc0a64
treef4eaa2e4c651f57e2c9023a210b5b47727c1b10c
parent89d99141c9b38170e9d466a3db80e4c79664f34e
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@
lib/libcrypto/err/err.c