summaryrefslogtreecommitdiffstats
path: root/cpukit/pppd/chap.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/pppd/chap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/pppd/chap.h b/cpukit/pppd/chap.h
index 6e2cc45e89..945d051d06 100644
--- a/cpukit/pppd/chap.h
+++ b/cpukit/pppd/chap.h
@@ -55,8 +55,8 @@
/*
* Challenge lengths (for challenges we send) and other limits.
*/
-#define MIN_CHALLENGE_LENGTH 32
-#define MAX_CHALLENGE_LENGTH 64
+#define MIN_CHALLENGE_LENGTH 16
+#define MAX_CHALLENGE_LENGTH 24
#define MAX_RESPONSE_LENGTH 64 /* sufficient for MD5 or MS-CHAP */
/*