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 :-)).
This commit is contained in:
Richard Levitte
2000-06-18 15:59:04 +00:00
parent a8b07aa4e9
commit c79223040d
6 changed files with 247 additions and 6 deletions

View File

@@ -1810,3 +1810,10 @@ i2d_RSA_NET 2406
d2i_RSA_NET_2 2407
d2i_RSA_NET 2408
DSO_bind_func 2409
CRYPTO_get_new_dynlockid 2410
sk_new_null 2411
CRYPTO_set_dynlock_destroy_callback 2412
CRYPTO_destroy_dynlockid 2413
CRYPTO_set_dynlock_size 2414
CRYPTO_set_dynlock_create_callback 2415
CRYPTO_set_dynlock_lock_callback 2416