summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/hidden/openssl/objects.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove OBJ_add_sigid() and OBJ_sigid_free()tb2023-07-281-3/+1
| | | | | | | | 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
* Hide symbols in objectsbeck2023-07-081-0/+61
ok tb@