From d9dc62d68576dc2c2fea79beeba4feedfaa801da Mon Sep 17 00:00:00 2001 From: "wtchang%redhat.com" Date: Mon, 22 May 2006 22:08:40 +0000 Subject: [PATCH] Bugzilla Bug 298520: added a comment explain the meaning of the MAX_KEY_LEN macro. r=nelsonb. git-svn-id: svn://10.0.0.236/trunk@198211 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/security/nss/lib/softoken/pkcs11i.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/security/nss/lib/softoken/pkcs11i.h b/mozilla/security/nss/lib/softoken/pkcs11i.h index fd5ff64235e..fe4b64db179 100644 --- a/mozilla/security/nss/lib/softoken/pkcs11i.h +++ b/mozilla/security/nss/lib/softoken/pkcs11i.h @@ -96,7 +96,7 @@ #define MAX_OBJECT_LIST_SIZE 800 /* how many objects to keep on the free list * before we start freeing them */ -#define MAX_KEY_LEN 256 +#define MAX_KEY_LEN 256 /* maximum symmetric key length in bytes */ #define MULTIACCESS "multiaccess:"