Skip to content

Commit

Permalink
This looks to have been a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoff Thorpe committed Nov 24, 2001
1 parent 47ff5c6 commit bcbe4e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/cryptlib.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit bcbe4e5

Please sign in to comment.