commit | c79223040d23678e79914e1e6afddea0487b3a6e | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Sun Jun 18 15:59:04 2000 +0000 |
committer | Richard Levitte <levitte@openssl.org> | Sun Jun 18 15:59:04 2000 +0000 |
tree | d5ce4b5178157de6478a6c3929e48f12428904aa | |
parent | a8b07aa4e99428a4161415e76a7d0020606e2bfa [diff] |
Add support for dynamically created and destroyed mutexes. This will be needed in some ENGINE code, and might serve elsewhere as well. Note that it's implemented in such a way that the locking itself is done through the same CRYPTO_lock function as the static locks. WARNING: This is currently experimental and untested code (it will get tested soon, though :-)).