Index: nss/lib/certdb/xauthkid.c |
=================================================================== |
--- nss/lib/certdb/xauthkid.c (revision 203524) |
+++ nss/lib/certdb/xauthkid.c (working copy) |
@@ -35,7 +35,7 @@ |
-SECStatus CERT_EncodeAuthKeyID (PRArenaPool *arena, CERTAuthKeyID *value, SECItem *encodedValue) |
+SECStatus CERT_EncodeAuthKeyID (PLArenaPool *arena, CERTAuthKeyID *value, SECItem *encodedValue) |
{ |
SECStatus rv = SECFailure; |
@@ -78,7 +78,7 @@ |
} |
CERTAuthKeyID * |
-CERT_DecodeAuthKeyID (PRArenaPool *arena, const SECItem *encodedValue) |
+CERT_DecodeAuthKeyID (PLArenaPool *arena, const SECItem *encodedValue) |
{ |
CERTAuthKeyID * value = NULL; |
SECStatus rv = SECFailure; |