Index: nss/lib/pkcs7/p7common.c |
=================================================================== |
--- nss/lib/pkcs7/p7common.c (revision 203524) |
+++ nss/lib/pkcs7/p7common.c (working copy) |
@@ -402,7 +402,7 @@ |
* indicates a success. |
*/ |
SECStatus |
-SEC_PKCS7EncryptContents(PRArenaPool *poolp, |
+SEC_PKCS7EncryptContents(PLArenaPool *poolp, |
SEC_PKCS7ContentInfo *cinfo, |
SECItem *key, |
void *wincx) |
@@ -559,7 +559,7 @@ |
* indicates a success. |
*/ |
SECStatus |
-SEC_PKCS7DecryptContents(PRArenaPool *poolp, |
+SEC_PKCS7DecryptContents(PLArenaPool *poolp, |
SEC_PKCS7ContentInfo *cinfo, |
SECItem *key, |
void *wincx) |