X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/647ac5444d022537a1f0854dd309494c511dfe07..9ae284163f491c64de122fcd555019040e0d4da7:/pop_auth.c diff --git a/pop_auth.c b/pop_auth.c index d2873d4..b750533 100644 --- a/pop_auth.c +++ b/pop_auth.c @@ -178,7 +178,7 @@ static pop_auth_res_t pop_auth_apop (POP_DATA *pop_data, const char *method) unsigned char digest[16]; char hash[33]; char buf[LONG_STRING]; - int i; + size_t i; if (!pop_data->timestamp) return POP_A_UNAVAIL;