Index: nss/lib/util/nssb64d.c |
=================================================================== |
--- nss/lib/util/nssb64d.c (revision 203524) |
+++ nss/lib/util/nssb64d.c (working copy) |
@@ -712,7 +712,7 @@ |
* Return value is NULL on error, the Item (allocated or provided) otherwise. |
*/ |
SECItem * |
-NSSBase64_DecodeBuffer (PRArenaPool *arenaOpt, SECItem *outItemOpt, |
+NSSBase64_DecodeBuffer (PLArenaPool *arenaOpt, SECItem *outItemOpt, |
const char *inStr, unsigned int inLen) |
{ |
SECItem *out_item = NULL; |