summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrelyea%netscape.com <devnull@localhost>2002-02-27 16:57:45 +0000
committerrelyea%netscape.com <devnull@localhost>2002-02-27 16:57:45 +0000
commit3780c4c5295c122ef163726f2f32ce69ea3e6f13 (patch)
tree10f06022c680b0aac73a388bb0f208b498aa3359
parent805867f780c9c71dad2e35603601a73cc9d8d2b2 (diff)
downloadnss-hg-3780c4c5295c122ef163726f2f32ce69ea3e6f13.tar.gz
The KRL reserved handled should be different from the primordial CRL handle
so that CRL matching code will work correctly.
-rw-r--r--security/nss/lib/softoken/pkcs11i.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/lib/softoken/pkcs11i.h b/security/nss/lib/softoken/pkcs11i.h
index a683426d0..391f2f152 100644
--- a/security/nss/lib/softoken/pkcs11i.h
+++ b/security/nss/lib/softoken/pkcs11i.h
@@ -423,7 +423,7 @@ struct PK11SSLMACInfoStr {
#define PK11_TOKEN_TYPE_SMIME 0x60000000L
#define PK11_TOKEN_TYPE_CERT 0x70000000L
-#define PK11_TOKEN_KRL_HANDLE (PK11_TOKEN_MAGIC|PK11_TOKEN_TYPE_CRL|0)
+#define PK11_TOKEN_KRL_HANDLE (PK11_TOKEN_MAGIC|PK11_TOKEN_TYPE_CRL|1)
/* how big a password/pin we can deal with */
#define PK11_MAX_PIN 255