summaryrefslogtreecommitdiffstats
path: root/c/src/libnetworking/pppd/chap.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/libnetworking/pppd/chap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/libnetworking/pppd/chap.h b/c/src/libnetworking/pppd/chap.h
index 6e2cc45e89..945d051d06 100644
--- a/c/src/libnetworking/pppd/chap.h
+++ b/c/src/libnetworking/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 */
/*