]> granicus.if.org Git - apache/commit
Conversion from old apr_lock_t to new apr_thread_mutex_t
authorAaron Bannert <aaron@apache.org>
Fri, 16 Nov 2001 18:28:25 +0000 (18:28 +0000)
committerAaron Bannert <aaron@apache.org>
Fri, 16 Nov 2001 18:28:25 +0000 (18:28 +0000)
commite343768e8151dab784ea031744560f13a424ee5a
treeeffdb9aceebcce11e04241b3443c33fee8613c63
parent91cb82ebd4ab6ef89556a5919dce403442693ab4
Conversion from old apr_lock_t to new apr_thread_mutex_t
(only converting INTRAPROCESS locks at this time).

I don't see how this used to work, which also means I'm not entirely
sure if it works now. It really didn't look like it was allocating
the correct size before. It compiles and SSL still works in my limited
tests, but I'd appreciate a second opinion.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91979 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/ssl_util.c