$NetBSD$ --- pppd/lcp.h Fri Nov 6 22:58:13 1998 +++ pppd/lcp.h Tue Jun 22 17:13:59 1999 @@ -56,6 +56,9 @@ bool neg_accompression; /* HDLC Address/Control Field Compression? */ bool neg_lqr; /* Negotiate use of Link Quality Reports */ bool neg_cbcp; /* Negotiate use of CBCP */ + bool use_digest; + bool use_chapms; + bool use_chapms_v2; int mru; /* Value of MRU */ u_char chap_mdtype; /* which MD type (hashing algorithm) */ u_int32_t asyncmap; /* Value of async map */