aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.h b/fetchmail.h
index 9bf6d105..3b0973fc 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -20,7 +20,7 @@
#define MSGBUFSIZE 2048 /* size of message read buffer */
#define HOSTLEN 128 /* max hostname length */
#define USERNAMELEN 32 /* max user-length */
-#define PASSWORDLEN MAX_PASSWORD_LENGTH
+#define PASSWORDLEN 64 /* max password length */
#define FOLDERLEN 256 /* max folder name length */
#define DIGESTLEN 33 /* length of MD5 digest */
#define MDALEN 256 /* length of delivery agent command */