diff options
author | jsing <> | 2024-10-02 14:54:26 +0000 |
---|---|---|
committer | jsing <> | 2024-10-02 14:54:26 +0000 |
commit | d496a691ad7804a7d3cace89ff92a9b88b8bb653 (patch) | |
tree | a2f89593699a230c8e0a65657c98a8435ecfdc63 /src/lib/libc/stdlib/abort.c | |
parent | 995c61007f2252e2f96eb7e6b8862f523464dedc (diff) | |
download | openbsd-d496a691ad7804a7d3cace89ff92a9b88b8bb653.tar.gz openbsd-d496a691ad7804a7d3cace89ff92a9b88b8bb653.tar.bz2 openbsd-d496a691ad7804a7d3cace89ff92a9b88b8bb653.zip |
Remove err_fns and associated machinery.
Like all good OpenSSL code, errors was built to be completely extensible.
Thankfully, the ERR_{get,set}_implementation() functions were removed in
r1.127 of err.c, which means that the extensibility can no longer be used.
Take the first of many steps to clean up this code - remove err_fns and
associated machinery, calling functions directly. Rename so that we have
an 'err_' prefix rather than 'int_' (or nothing).
ok joshua@ tb@
Diffstat (limited to 'src/lib/libc/stdlib/abort.c')
0 files changed, 0 insertions, 0 deletions