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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user