aboutsummaryrefslogtreecommitdiff
path: root/mailutils
diff options
context:
space:
mode:
Diffstat (limited to 'mailutils')
-rw-r--r--mailutils/popmaildir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mailutils/popmaildir.c b/mailutils/popmaildir.c
index 6927e3a58..c5522f1b7 100644
--- a/mailutils/popmaildir.c
+++ b/mailutils/popmaildir.c
@@ -156,7 +156,7 @@ int popmaildir_main(int argc UNUSED_PARAM, char **argv)
156 md5_ctx_t ctx; 156 md5_ctx_t ctx;
157 char hex[16 * 2 + 1]; 157 char hex[16 * 2 + 1];
158 } md5; 158 } md5;
159 uint32_t res[16 / 4]; 159 uint32_t res[MD5_OUTSIZE / 4];
160 160
161 char *s = strchr(buf, '>'); 161 char *s = strchr(buf, '>');
162 if (s) 162 if (s)