summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2002-03-15 20:21:45 +0000
committerwtc%netscape.com <devnull@localhost>2002-03-15 20:21:45 +0000
commit43036d4ad79ba9145baf3c479033be51656af98b (patch)
tree9fa78ee2cbe3a8e01881c0c6b68b2b88b9786123
parentcaaa736fe8c368af2132f542fa43eecc8d17eb87 (diff)
downloadnss-hg-43036d4ad79ba9145baf3c479033be51656af98b.tar.gz
Bugzilla bug 130703: final adjustment of the CERTSignedCrl structure for
NSS 3.4. r=relyea.
-rw-r--r--security/nss/lib/certdb/certt.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/nss/lib/certdb/certt.h b/security/nss/lib/certdb/certt.h
index 61b934415..1c5298383 100644
--- a/security/nss/lib/certdb/certt.h
+++ b/security/nss/lib/certdb/certt.h
@@ -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;
};