From f48424e371c98eb0db2e305206576cec72efb280 Mon Sep 17 00:00:00 2001 From: "relyea%netscape.com" Date: Thu, 13 Jun 2002 21:42:41 +0000 Subject: [PATCH] Add series to keep track of object handle value validity. git-svn-id: svn://10.0.0.236/trunk@123245 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/security/nss/lib/certdb/certt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/security/nss/lib/certdb/certt.h b/mozilla/security/nss/lib/certdb/certt.h index 2905b42580d..860846981d8 100644 --- a/mozilla/security/nss/lib/certdb/certt.h +++ b/mozilla/security/nss/lib/certdb/certt.h @@ -33,7 +33,7 @@ /* * certt.h - public data structures for the certificate library * - * $Id: certt.h,v 1.17 2002-04-10 23:27:50 nelsonb%netscape.com Exp $ + * $Id: certt.h,v 1.18 2002-06-13 21:42:41 relyea%netscape.com Exp $ */ #ifndef _CERTT_H_ #define _CERTT_H_ @@ -293,7 +293,7 @@ struct CERTCertificateStr { struct SECSocketNode *socketlist; int socketcount; struct SECSocketNode *authsocketlist; - int authsocketcount; + int series; /* was int authsocketcount; record the series of the pkcs11ID */ /* This is PKCS #11 stuff. */ PK11SlotInfo *slot; /*if this cert came of a token, which is it*/