Loading ssl_util.c +1 −0 Original line number Diff line number Diff line Loading @@ -454,6 +454,7 @@ static unsigned long ssl_util_thr_id(void) static apr_status_t ssl_util_thread_cleanup(void *data) { CRYPTO_set_locking_callback(NULL); CRYPTO_set_id_callback(NULL); /* Let the registered mutex cleanups do their own thing */ Loading Loading
ssl_util.c +1 −0 Original line number Diff line number Diff line Loading @@ -454,6 +454,7 @@ static unsigned long ssl_util_thr_id(void) static apr_status_t ssl_util_thread_cleanup(void *data) { CRYPTO_set_locking_callback(NULL); CRYPTO_set_id_callback(NULL); /* Let the registered mutex cleanups do their own thing */ Loading