| Index: nss/lib/libpkix/pkix/top/pkix_build.c
 | 
| diff --git a/nss/lib/libpkix/pkix/top/pkix_build.c b/nss/lib/libpkix/pkix/top/pkix_build.c
 | 
| index 9ca307e43fbf63defbcb6f1ece6208c1c0aaa639..94515785b49b9c85dbf704869183353e09ba9839 100755
 | 
| --- a/nss/lib/libpkix/pkix/top/pkix_build.c
 | 
| +++ b/nss/lib/libpkix/pkix/top/pkix_build.c
 | 
| @@ -1526,7 +1526,7 @@ pkix_Build_SelectCertsFromTrustAnchors(
 | 
|      PKIX_List **pMatchList,
 | 
|      void *plContext) 
 | 
|  {
 | 
| -    int anchorIndex = 0;
 | 
| +    unsigned int anchorIndex = 0;
 | 
|      PKIX_TrustAnchor *anchor = NULL;
 | 
|      PKIX_PL_Cert *trustedCert = NULL;
 | 
|      PKIX_List *matchList = NULL;
 | 
| 
 |