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
This commit is contained in:
relyea%netscape.com 2002-06-13 21:42:41 +00:00
parent dbfdef4a37
commit f48424e371

View File

@ -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*/