Remove lhash_local.h.
authorjsing <jsing@openbsd.org>
Sun, 14 Jul 2024 14:32:45 +0000 (14:32 +0000)
committerjsing <jsing@openbsd.org>
Sun, 14 Jul 2024 14:32:45 +0000 (14:32 +0000)
commit343bd8e235c70a471fa28e1edfa8b5c6b26d5aa3
tree32c900f0da13f07aeab7703ee3228e1f15a1fa78
parentc7d9714183d5a343cc1aeb9df7808b42296b4c5e
Remove lhash_local.h.

lhash_local.h was previously needed since conf/conf_api.c and
objects/obj_dat.c were fiddling with lhash internals when deleting via a
callback. Since we no longer need to do that, inline the structs in
lhash.c and remove the header.

ok tb@
lib/libcrypto/conf/conf_api.c
lib/libcrypto/lhash/lhash.c
lib/libcrypto/lhash/lhash_local.h [deleted file]
lib/libcrypto/objects/obj_dat.c