This looks to have been a typo.
This commit is contained in:
parent
47ff5c6279
commit
bcbe4e5254
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ void CRYPTO_destroy_dynlockid(int i)
|
|||
|
||||
if (dyn_locks == NULL || i >= sk_CRYPTO_dynlock_num(dyn_locks))
|
||||
{
|
||||
CRYPTO_w_lock(CRYPTO_LOCK_DYNLOCK);
|
||||
CRYPTO_w_unlock(CRYPTO_LOCK_DYNLOCK);
|
||||
return;
|
||||
}
|
||||
pointer = sk_CRYPTO_dynlock_value(dyn_locks, i);
|
||||
|
|
Loading…
Reference in a new issue