Add support for dynamically created and destroyed mutexes. This will
authorRichard Levitte <levitte@openssl.org>
Sun, 18 Jun 2000 15:59:04 +0000 (15:59 +0000)
committerRichard Levitte <levitte@openssl.org>
Sun, 18 Jun 2000 15:59:04 +0000 (15:59 +0000)
commitc79223040d23678e79914e1e6afddea0487b3a6e
treed5ce4b5178157de6478a6c3929e48f12428904aa
parenta8b07aa4e99428a4161415e76a7d0020606e2bfa
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 :-)).
crypto/cpt_err.c
crypto/cryptlib.c
crypto/crypto.h
crypto/stack/safestack.h
doc/crypto/threads.pod
util/libeay.num