Index: nss/lib/pkcs7/p7encode.c |
=================================================================== |
--- nss/lib/pkcs7/p7encode.c (revision 203524) |
+++ nss/lib/pkcs7/p7encode.c (working copy) |
@@ -61,7 +61,7 @@ |
PK11SymKey *bulkkey; |
void *mark, *wincx; |
int i; |
- PRArenaPool *arena = NULL; |
+ PLArenaPool *arena = NULL; |
/* Get the context in case we need it below. */ |
wincx = cinfo->pwfn_arg; |
@@ -661,7 +661,7 @@ |
SECItem **digests; |
SEC_PKCS7SignerInfo *signerinfo, **signerinfos; |
SECItem **rawcerts, ***rawcertsp; |
- PRArenaPool *poolp; |
+ PLArenaPool *poolp; |
int certcount; |
int ci, cli, rci, si; |
@@ -1092,7 +1092,7 @@ |
* "pwfnarg" is an opaque argument to the above callback. |
*/ |
SECItem * |
-SEC_PKCS7EncodeItem (PRArenaPool *pool, |
+SEC_PKCS7EncodeItem (PLArenaPool *pool, |
SECItem *dest, |
SEC_PKCS7ContentInfo *cinfo, |
PK11SymKey *bulkkey, |