Index: nss/lib/cryptohi/secsign.c |
=================================================================== |
--- nss/lib/cryptohi/secsign.c (revision 203524) |
+++ nss/lib/cryptohi/secsign.c (working copy) |
@@ -142,7 +142,7 @@ |
int signatureLen; |
SECStatus rv; |
SECItem digder, sigitem; |
- PRArenaPool *arena = 0; |
+ PLArenaPool *arena = 0; |
SECKEYPrivateKey *privKey = cx->key; |
SGNDigestInfo *di = 0; |
@@ -298,7 +298,7 @@ |
SECStatus |
-SEC_DerSignData(PRArenaPool *arena, SECItem *result, |
+SEC_DerSignData(PLArenaPool *arena, SECItem *result, |
const unsigned char *buf, int len, SECKEYPrivateKey *pk, |
SECOidTag algID) |
{ |
@@ -369,7 +369,7 @@ |
int modulusLen; |
SECStatus rv; |
SECItem digder; |
- PRArenaPool *arena = 0; |
+ PLArenaPool *arena = 0; |
SGNDigestInfo *di = 0; |