Index: nss/lib/pk11wrap/pk11pqg.c |
=================================================================== |
--- nss/lib/pk11wrap/pk11pqg.c (revision 203524) |
+++ nss/lib/pk11wrap/pk11pqg.c (working copy) |
@@ -64,8 +64,8 @@ |
CK_ULONG subPrimeBits = N; |
int pTemplateCount = sizeof(pTemplate)/sizeof(pTemplate[0]); |
int vTemplateCount = sizeof(vTemplate)/sizeof(vTemplate[0]); |
- PRArenaPool *parena = NULL; |
- PRArenaPool *varena = NULL; |
+ PLArenaPool *parena = NULL; |
+ PLArenaPool *varena = NULL; |
PQGParams *params = NULL; |
PQGVerify *verify = NULL; |
CK_ULONG seedBits = seedBytes*8; |
@@ -379,7 +379,7 @@ |
extern PQGParams * |
PK11_PQG_NewParams(const SECItem * prime, const SECItem * subPrime, |
const SECItem * base) { |
- PRArenaPool *arena; |
+ PLArenaPool *arena; |
PQGParams *dest; |
SECStatus status; |
@@ -452,7 +452,7 @@ |
extern PQGVerify * |
PK11_PQG_NewVerify(unsigned int counter, const SECItem * seed, |
const SECItem * h) { |
- PRArenaPool *arena; |
+ PLArenaPool *arena; |
PQGVerify * dest; |
SECStatus status; |