This looks to have been a typo.

This commit is contained in:
Geoff Thorpe
2001-11-24 03:57:57 +00:00
parent 37749c8872
commit 9f44f4a081

View File

@@ -230,7 +230,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);