https://issues.apache.org/bugzilla/show_bug.cgi?id=54357
--- Comment #3 from Rainer Jung <[email protected]> --- (In reply to Graham Leggett from comment #2) > If mod_ssl is registering a function pointer with openssl, it should be > deregistering that pointer in a cleanup in a suitable pool. mod_ssl cannot > assume it is the only consumer of openssl in the server. As I wrote originally: - there seems to be no API to remove an index once registered. - there seems to be no API to set the free_func to a new value for an existing index (maybe I didn't look thorougly enough) So it is unclear to me how mod_ssl can deregister the pointer in OpenSSL. I didn't find am appropriate call in the OpenSSL API. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
