Index: nss/lib/util/secalgid.c |
=================================================================== |
--- nss/lib/util/secalgid.c (revision 203524) |
+++ nss/lib/util/secalgid.c (working copy) |
@@ -18,7 +18,7 @@ |
} |
SECStatus |
-SECOID_SetAlgorithmID(PRArenaPool *arena, SECAlgorithmID *id, SECOidTag which, |
+SECOID_SetAlgorithmID(PLArenaPool *arena, SECAlgorithmID *id, SECOidTag which, |
SECItem *params) |
{ |
SECOidData *oiddata; |
@@ -97,7 +97,7 @@ |
} |
SECStatus |
-SECOID_CopyAlgorithmID(PRArenaPool *arena, SECAlgorithmID *to, SECAlgorithmID *from) |
+SECOID_CopyAlgorithmID(PLArenaPool *arena, SECAlgorithmID *to, SECAlgorithmID *from) |
{ |
SECStatus rv; |