X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fchap_ms.c;h=eb0c2c14e5d3b6c7b55fe5840fa5ef236133fd31;hp=b7404638cf30d2485eb32e286d033c2120eee234;hb=561ca44f6fd1eb282cb5998dd5ecf8a8aa34f77a;hpb=7a4dc0ff500aaa176a41965d8d4ad15a97a70904 diff --git a/pppd/chap_ms.c b/pppd/chap_ms.c index b740463..eb0c2c1 100644 --- a/pppd/chap_ms.c +++ b/pppd/chap_ms.c @@ -31,9 +31,7 @@ * You should also use DOMAIN\\USERNAME as described in README.MSCHAP80 */ -#ifndef lint -static char rcsid[] = "$Id: chap_ms.c,v 1.13 1999/03/16 03:15:14 paulus Exp $"; -#endif +#define RCSID "$Id: chap_ms.c,v 1.15 1999/08/13 06:46:12 paulus Exp $" #ifdef CHAPMS @@ -57,6 +55,8 @@ static char rcsid[] = "$Id: chap_ms.c,v 1.13 1999/03/16 03:15:14 paulus Exp $"; #include #endif +static const char rcsid[] = RCSID; + typedef struct { u_char LANManResp[24]; u_char NTResp[24];