X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/647ac5444d022537a1f0854dd309494c511dfe07..939639fcf1dad1b8f3a85d641f41d11c49281f3c:/pop_auth.c?ds=sidebyside 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;