X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/14c29200cb58d3c4a0830265f2433849781858d0..9ae284163f491c64de122fcd555019040e0d4da7:/pop_auth.c diff --git a/pop_auth.c b/pop_auth.c index 9971996..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; @@ -283,7 +283,7 @@ static pop_auth_t pop_authenticators[] = { #endif { pop_auth_apop, "apop" }, { pop_auth_user, "user" }, - { NULL } + { NULL, NULL } }; /*