projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0af161c
)
unsigned
author
Christian Grothoff
<christian@grothoff.org>
Fri, 8 Oct 2010 14:09:14 +0000
(14:09 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Fri, 8 Oct 2010 14:09:14 +0000
(14:09 +0000)
src/util/crypto_ksk.c
patch
|
blob
|
history
diff --git
a/src/util/crypto_ksk.c
b/src/util/crypto_ksk.c
index d560cf0eaebad8093200425768f5ae1dcf0ba249..3c4830b76d56d7392de5df940015f57f217f4106 100644
(file)
--- a/
src/util/crypto_ksk.c
+++ b/
src/util/crypto_ksk.c
@@
-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++)
{