From 908fc8c51732d07dcecff968b2ba6242f608aa58 Mon Sep 17 00:00:00 2001 From: "relyea%netscape.com" Date: Fri, 19 Dec 2003 23:24:00 +0000 Subject: Add keydb lock type. keydb should be locked like the certdb. --- security/nss/lib/util/nssilckt.h | 1 + 1 file changed, 1 insertion(+) (limited to 'security/nss/lib') diff --git a/security/nss/lib/util/nssilckt.h b/security/nss/lib/util/nssilckt.h index e0b49902f..b516df9d6 100644 --- a/security/nss/lib/util/nssilckt.h +++ b/security/nss/lib/util/nssilckt.h @@ -154,6 +154,7 @@ typedef enum { nssILockRWLock = 15, nssILockOther = 16, nssILockSelfServ = 17, + nssILockKeyDB = 18, nssILockLast /* don't use this one! */ } nssILockType; -- cgit v1.2.1