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