diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/dict.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/dict.c b/common/dict.c index db7b575..b7ab00d 100644 --- a/common/dict.c +++ b/common/dict.c @@ -244,7 +244,7 @@ void p11_dict_clear (p11_dict *dict) { dictbucket *bucket, *next; - int i; + unsigned int i; /* Free all entries in the array */ for (i = 0; i < dict->num_buckets; ++i) { |