]> git.llucax.com Git - software/mutt-debian.git/blobdiff - pop_auth.c
debian/patches/upstream/611412-bts-regexp.patch: fixes a regexp for BTS in the mutt...
[software/mutt-debian.git] / pop_auth.c
index 9971996625490c509920335bd35648f88c94ab5c..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;
@@ -283,7 +283,7 @@ static pop_auth_t pop_authenticators[] = {
 #endif
   { pop_auth_apop, "apop" },
   { pop_auth_user, "user" },
-  { NULL }
+  { NULL,         NULL }
 };
 
 /*