CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/01/24 07:05:10
Modified files:
lib/libcrypto/conf: conf_api.c
lib/libcrypto/objects: obj_dat.c
lib/libssl : ssl_sess.c
Log message:
Stop fiddling with hash table internals from lhash doall callers.
It is now safe to call delete from an lhash doall callback - stop fiddling
wit hash table internals from lhash doall callers that previously has to
workaround this themselves.
ok tb@
