Skip to content

Commit

Permalink
Add keydb lock type. keydb should be locked like the certdb.
Browse files Browse the repository at this point in the history
  • Loading branch information
relyea%netscape.com committed Dec 19, 2003
1 parent 4fcb8d5 commit 37b5348
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions security/nss/lib/util/nssilckt.h
Expand Up @@ -154,6 +154,7 @@ typedef enum {
nssILockRWLock = 15,
nssILockOther = 16,
nssILockSelfServ = 17,
nssILockKeyDB = 18,
nssILockLast /* don't use this one! */
} nssILockType;

Expand Down

0 comments on commit 37b5348

Please sign in to comment.