summaryrefslogtreecommitdiff
path: root/src/lib/crypto/krb/t_fortuna.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/crypto/krb/t_fortuna.c')
-rw-r--r--src/lib/crypto/krb/t_fortuna.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/crypto/krb/t_fortuna.c b/src/lib/crypto/krb/t_fortuna.c
index 4f25bee62cb5..508ffcf915c7 100644
--- a/src/lib/crypto/krb/t_fortuna.c
+++ b/src/lib/crypto/krb/t_fortuna.c
@@ -85,7 +85,7 @@ head_tail_test(struct fortuna_state *st)
{
static unsigned char buffer[1024 * 1024];
unsigned char c;
- size_t i, len = sizeof(buffer);
+ int i, len = sizeof(buffer);
int bit, bits[8] = { 0, 0, 0, 0, 0, 0, 0, 0 };
double res;