]> git.llucax.com Git - software/mutt-debian.git/blobdiff - pop_auth.c
removing an article form the Description of mutt-patched to make lintian happy
[software/mutt-debian.git] / pop_auth.c
index d2873d436b4b585584d762a1919cc84f5298b024..b750533ab761d7291f2d9d5c1f4409d805506a1e 100644 (file)
@@ -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;