Skip to content

Commit

Permalink
Bugzilla bug 130703: final adjustment of the CERTSignedCrl structure for
Browse files Browse the repository at this point in the history
NSS 3.4.  r=relyea.
  • Loading branch information
wtc%netscape.com committed Mar 15, 2002
1 parent 0fd88da commit 0160f8b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions security/nss/lib/certdb/certt.h
Expand Up @@ -397,14 +397,15 @@ struct CERTCrlKeyStr {
struct CERTSignedCrlStr {
PRArenaPool *arena;
CERTCrl crl;
SECItem *derCrl;
PRBool reserved;
void *reserved1;
PRBool reserved2;
PRBool isperm;
PRBool istemp;
int referenceCount;
CERTCertDBHandle *dbhandle;
CERTSignedData signatureWrap; /* XXX */
char *url;
SECItem *derCrl;
PK11SlotInfo *slot;
CK_OBJECT_HANDLE pkcs11ID;
};
Expand Down

0 comments on commit 0160f8b

Please sign in to comment.