unsigned
authorChristian Grothoff <christian@grothoff.org>
Fri, 8 Oct 2010 14:09:14 +0000 (14:09 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 8 Oct 2010 14:09:14 +0000 (14:09 +0000)
src/util/crypto_ksk.c

index d560cf0eaebad8093200425768f5ae1dcf0ba249..3c4830b76d56d7392de5df940015f57f217f4106 100644 (file)
@@ -714,7 +714,7 @@ GNUNET_CRYPTO_rsa_key_create_from_hash (const GNUNET_HashCode * hc)
 {
   struct GNUNET_CRYPTO_RsaPrivateKey *ret;
   struct KBlockKeyCacheLine *line;
-  int i;
+  unsigned int i;
 
   for (i = 0; i < cacheSize; i++)
     {
@@ -736,7 +736,7 @@ GNUNET_CRYPTO_rsa_key_create_from_hash (const GNUNET_HashCode * hc)
 
 void __attribute__ ((destructor)) GNUNET_CRYPTO_ksk_fini ()
 {
-  int i;
+  unsigned int i;
 
   for (i = 0; i < cacheSize; i++)
     {