X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fchap_ms.c;h=eb0c2c14e5d3b6c7b55fe5840fa5ef236133fd31;hp=53c1bee2fde4714250145450af1a28be99e75e57;hb=561ca44f6fd1eb282cb5998dd5ecf8a8aa34f77a;hpb=875d9641d05b4fcb7e186f784c801962bb2670e5 diff --git a/pppd/chap_ms.c b/pppd/chap_ms.c index 53c1bee..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 const char rcsid[] = "$Id: chap_ms.c,v 1.14 1999/08/12 04:25:20 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 const char rcsid[] = "$Id: chap_ms.c,v 1.14 1999/08/12 04:25:20 paulus Ex #include #endif +static const char rcsid[] = RCSID; + typedef struct { u_char LANManResp[24]; u_char NTResp[24];