Neuter OBJ_add_sigid() and OBJ_sigid_free()
authortb <tb@openbsd.org>
Sat, 22 Jul 2023 18:12:09 +0000 (18:12 +0000)
committertb <tb@openbsd.org>
Sat, 22 Jul 2023 18:12:09 +0000 (18:12 +0000)
commit6afed99bad8b21d782d9fe93f955641e631734ef
tree56ccfee778abf7b71a8b5ca0539f824fca65f628
parent0a77e739b46fe8e22ca5788dcd2035d3ff537017
Neuter OBJ_add_sigid() and OBJ_sigid_free()

These functions will be removed in the upcoming bump. Nothing uses them,
so it won't hurt if they become noops. This allows us to garbage collect
the sig_app and sigx_app stacks and make a first step towards simplifying
the OBJ_bsearch_() dances. Also sprinkle some const correctness... because
we can.

intermediate step towards a diff that is ok jsing
lib/libcrypto/objects/obj_xref.c