]> 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)
commitc50ea87ff8502414b01a62adbdde63accb325913
tree762463a153716d24d68bc5b15a15907f23200a2b
parentd5a6dc2cc23a0e0623f3aebc562d83218f5de70a
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