X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fchap.h;h=313efff973a5a777a4dd84d67619db56161fed30;hb=26703b215b0b68d7005e6b5e41d744101471a743;hp=016cd83a9543bafb98ceee2a743f70ef2926ec9f;hpb=6815640f313fe730642df94144180702d29ef8a1;p=ppp.git 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 */ /*