]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Right now SSLMutex is bogus. It just uses APR_LOCK_DEFAULT no
authorJim Jagielski <jim@apache.org>
Sun, 23 Feb 2003 17:12:43 +0000 (17:12 +0000)
committerJim Jagielski <jim@apache.org>
Sun, 23 Feb 2003 17:12:43 +0000 (17:12 +0000)
commit694eb48baea2effb9782b3a28df609e3b6777cec
tree762463a153716d24d68bc5b15a15907f23200a2b
parentee1225a25e2da3ebc6878297b703bb423a02dfb3
Right now SSLMutex is bogus. It just uses APR_LOCK_DEFAULT no
matter what. We now allow for the full range of APR mutex
locking mechanims to be used, while maintaining backwards
compatibility.

PR: 8122
Obtained from:
Submitted by:
Reviewed by: William Rowe

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98771 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/ssl/mod_ssl.c
modules/ssl/mod_ssl.h
modules/ssl/ssl_engine_config.c
modules/ssl/ssl_engine_mutex.c