This looks to have been a typo.
This commit is contained in:
parent
47ff5c6279
commit
bcbe4e5254
@ -231,7 +231,7 @@ void CRYPTO_destroy_dynlockid(int i)
|
|||||||
|
|
||||||
if (dyn_locks == NULL || i >= sk_CRYPTO_dynlock_num(dyn_locks))
|
if (dyn_locks == NULL || i >= sk_CRYPTO_dynlock_num(dyn_locks))
|
||||||
{
|
{
|
||||||
CRYPTO_w_lock(CRYPTO_LOCK_DYNLOCK);
|
CRYPTO_w_unlock(CRYPTO_LOCK_DYNLOCK);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
pointer = sk_CRYPTO_dynlock_value(dyn_locks, i);
|
pointer = sk_CRYPTO_dynlock_value(dyn_locks, i);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user