summaryrefslogtreecommitdiff
path: root/security/nss/lib/base
diff options
context:
space:
mode:
Diffstat (limited to 'security/nss/lib/base')
-rw-r--r--security/nss/lib/base/hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/lib/base/hash.c b/security/nss/lib/base/hash.c
index 811fcd593..d14d9f036 100644
--- a/security/nss/lib/base/hash.c
+++ b/security/nss/lib/base/hash.c
@@ -93,7 +93,7 @@ nss_item_hash
const void *key
)
{
- int i;
+ unsigned int i;
PLHashNumber h;
NSSItem *it = (NSSItem *)key;
h = 0;