Index: nss/lib/pkcs7/p7decode.c |
=================================================================== |
--- nss/lib/pkcs7/p7decode.c (revision 203524) |
+++ nss/lib/pkcs7/p7decode.c (working copy) |
@@ -44,7 +44,7 @@ |
SECKEYGetPasswordKey pwfn; |
void *pwfn_arg; |
struct sec_pkcs7_decoder_worker worker; |
- PRArenaPool *tmp_poolp; |
+ PLArenaPool *tmp_poolp; |
int error; |
SEC_PKCS7GetDecryptKeyCallback dkcb; |
void *dkcb_arg; |
@@ -306,7 +306,7 @@ |
*/ |
static SECStatus |
sec_pkcs7_decoder_finish_digests (SEC_PKCS7DecoderContext *p7dcx, |
- PRArenaPool *poolp, |
+ PLArenaPool *poolp, |
SECItem ***digestsp) |
{ |
struct sec_pkcs7_decoder_worker *worker; |
@@ -583,7 +583,7 @@ |
static SECStatus |
sec_pkcs7_decoder_finish_decrypt (SEC_PKCS7DecoderContext *p7dcx, |
- PRArenaPool *poolp, |
+ PLArenaPool *poolp, |
SEC_PKCS7EncryptedContentInfo *enccinfo) |
{ |
struct sec_pkcs7_decoder_worker *worker; |
@@ -958,7 +958,7 @@ |
SEC_PKCS7DecoderContext *p7dcx; |
SEC_ASN1DecoderContext *dcx; |
SEC_PKCS7ContentInfo *cinfo; |
- PRArenaPool *poolp; |
+ PLArenaPool *poolp; |
poolp = PORT_NewArena (1024); /* XXX what is right value? */ |
if (poolp == NULL) |