summaryrefslogtreecommitdiff
path: root/pppd/chap.h
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>1999-11-15 01:44:41 +0000
committerPaul Mackerras <paulus@samba.org>1999-11-15 01:44:41 +0000
commit739142cddb7369c7611eeed081a80d52b7b992c9 (patch)
tree74819c54c8f057207a01cd009ff9ff16eff9ae74 /pppd/chap.h
parent394104504b1b4f49497c6955b663ad1524c2dd51 (diff)
downloadppp-739142cddb7369c7611eeed081a80d52b7b992c9.tar.gz
trim the challenge length a bit
Diffstat (limited to 'pppd/chap.h')
-rw-r--r--pppd/chap.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/pppd/chap.h b/pppd/chap.h
index 016cd83..313efff 100644
--- a/pppd/chap.h
+++ b/pppd/chap.h
@@ -30,7 +30,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: chap.h,v 1.7 1996/10/08 06:43:27 paulus Exp $
+ * $Id: chap.h,v 1.8 1999/11/15 01:44:41 paulus Exp $
*/
#ifndef __CHAP_INCLUDE__
@@ -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 */
/*