From 70255b544021165beeb30f663dfeb8744f6e20b7 Mon Sep 17 00:00:00 2001 From: "ian.mcgreer%sun.com" Date: Mon, 10 Dec 2001 19:14:32 +0000 Subject: [PATCH] check in error const git-svn-id: svn://10.0.0.236/trunk@110164 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/security/nss/lib/base/errorval.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mozilla/security/nss/lib/base/errorval.c b/mozilla/security/nss/lib/base/errorval.c index 1f77921c603..45ed4c3905f 100644 --- a/mozilla/security/nss/lib/base/errorval.c +++ b/mozilla/security/nss/lib/base/errorval.c @@ -32,7 +32,7 @@ */ #ifdef DEBUG -static const char CVS_ID[] = "@(#) $RCSfile: errorval.c,v $ $Revision: 1.4 $ $Date: 2001-10-17 15:48:05 $ $Name: not supported by cvs2svn $"; +static const char CVS_ID[] = "@(#) $RCSfile: errorval.c,v $ $Revision: 1.5 $ $Date: 2001-12-10 19:14:32 $ $Name: not supported by cvs2svn $"; #endif /* DEBUG */ /* @@ -83,3 +83,5 @@ const NSSError NSS_ERROR_MAXIMUM_FOUND = 30; const NSSError NSS_ERROR_CERTIFICATE_ISSUER_NOT_FOUND = 31; +const NSSError NSS_ERROR_CERTIFICATE_IN_CACHE = 32; +