X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fchap_ms.h;fp=pppd%2Fchap_ms.h;h=f52f58d61f458a536fa4209643d09fe22416ce15;hp=ae6b2485764ae74082e4fffc3b368387ad2c520c;hb=e50870a901749c7390109404e90c095ea3ef7072;hpb=fc8efe940e9364ffd8d05023f0d96747f854388b diff --git a/pppd/chap_ms.h b/pppd/chap_ms.h index ae6b248..f52f58d 100644 --- a/pppd/chap_ms.h +++ b/pppd/chap_ms.h @@ -27,7 +27,7 @@ * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: chap_ms.h,v 1.7 2002/12/04 23:03:32 paulus Exp $ + * $Id: chap_ms.h,v 1.8 2002/12/23 23:24:37 fcusack Exp $ */ #ifndef __CHAPMS_INCLUDE__ @@ -71,6 +71,7 @@ typedef struct { #include /* MPPE_MAX_KEY_LEN */ extern u_char mppe_send_key[MPPE_MAX_KEY_LEN]; extern u_char mppe_recv_key[MPPE_MAX_KEY_LEN]; +extern int mppe_keys_set; #endif /* Are we the authenticator or authenticatee? For MS-CHAPv2 key derivation. */