X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fchap.c;h=96348e1c1eb4967a2483db40701862192206d6c5;hb=f0a6c417e65393d127a9f0fe0ba668ec2d2fdf3b;hp=06c17e8bfdf71daeb31fef91e1f3bdc39a618cfa;hpb=bfa20ccde2a70b1252dbb614132f1a4cbee815d4;p=ppp.git diff --git a/pppd/chap.c b/pppd/chap.c index 06c17e8..96348e1 100644 --- a/pppd/chap.c +++ b/pppd/chap.c @@ -34,7 +34,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: chap.c,v 1.16 1998/11/07 06:59:26 paulus Exp $"; +static char rcsid[] = "$Id: chap.c,v 1.17 1999/02/26 10:38:51 paulus Exp $"; #endif /* @@ -66,7 +66,7 @@ static option_t chap_option_list[] = { "Set interval for rechallenge" }, #ifdef MSLANMAN { "ms-lanman", o_bool, &ms_lanman, - "Use LanMan psswd when using MS-CHAP", 1 }, + "Use LanMan passwd when using MS-CHAP", 1 }, #endif { NULL } };