CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/07/28 04:25:05
Modified files:
lib/libcrypto : Symbols.list Symbols.namespace
lib/libcrypto/hidden/openssl: objects.h
lib/libcrypto/objects: obj_xref.c objects.h
Log message:
Remove OBJ_add_sigid() and OBJ_sigid_free()
Another bit of unused extensibility that was responsible for a lot
of complexity until recently. This removes the remaining stubs from
the public API.
ok jsing
