This looks to have been a typo.

This commit is contained in:
Geoff Thorpe 2001-11-24 04:02:42 +00:00
parent 47ff5c6279
commit bcbe4e5254

View file

@ -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);