Index: nss/lib/certhigh/ocspti.h |
=================================================================== |
--- nss/lib/certhigh/ocspti.h (revision 203524) |
+++ nss/lib/certhigh/ocspti.h (working copy) |
@@ -72,7 +72,7 @@ |
* An OCSPRequest; this is what is sent (encoded) to an OCSP responder. |
*/ |
struct CERTOCSPRequestStr { |
- PRArenaPool *arena; /* local; not part of encoding */ |
+ PLArenaPool *arena; /* local; not part of encoding */ |
ocspTBSRequest *tbsRequest; |
ocspSignature *optionalSignature; |
}; |
@@ -144,7 +144,7 @@ |
* XXX figure out how to get rid of that arena -- there must be a way |
*/ |
struct ocspSingleRequestStr { |
- PRArenaPool *arena; /* just a copy of the response arena, |
+ PLArenaPool *arena; /* just a copy of the response arena, |
* needed here for extension handling |
* routines, on creation only */ |
CERTOCSPCertID *reqCert; |
@@ -169,7 +169,7 @@ |
SECItem issuerSHA1KeyHash; /* keep other hashes around when */ |
SECItem issuerMD5KeyHash; /* we have them */ |
SECItem issuerMD2KeyHash; |
- PRArenaPool *poolp; |
+ PLArenaPool *poolp; |
}; |
/* |
@@ -209,7 +209,7 @@ |
* type ocspResponseStatus. |
*/ |
struct CERTOCSPResponseStr { |
- PRArenaPool *arena; /* local; not part of encoding */ |
+ PLArenaPool *arena; /* local; not part of encoding */ |
SECItem responseStatus; /* an ENUMERATED, see above */ |
ocspResponseStatus statusValue; /* local; not part of encoding */ |
ocspResponseBytes *responseBytes; /* only when status is successful */ |
@@ -284,7 +284,7 @@ |
* XXX figure out how to get rid of that arena -- there must be a way |
*/ |
struct CERTOCSPSingleResponseStr { |
- PRArenaPool *arena; /* just a copy of the response arena, |
+ PLArenaPool *arena; /* just a copy of the response arena, |
* needed here for extension handling |
* routines, on creation only */ |
CERTOCSPCertID *certID; |