PR:
Obtained from:
Submitted by: Justin Erenkrantz <jerenkrantz@ebuilt.com>
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90622
13f79535-47bb-0310-9956-
ffa450edef68
}
}
+#if APR_HAS_THREADS
static unsigned long ssl_util_thr_id(void)
{
return (unsigned long) apr_os_thread_current();
}
+#endif
static apr_status_t ssl_util_thread_cleanup(void *data)
{
mc->szMutexFile, p);
}
+#if APR_HAS_THREADS
CRYPTO_set_id_callback(ssl_util_thr_id);
+#endif
+
CRYPTO_set_locking_callback(ssl_util_thr_lock);
apr_pool_cleanup_register(p, NULL,