diff options
Diffstat (limited to 'usr.sbin/ppp/chap.h')
-rw-r--r-- | usr.sbin/ppp/chap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/chap.h b/usr.sbin/ppp/chap.h index f3ab946..33a5b99 100644 --- a/usr.sbin/ppp/chap.h +++ b/usr.sbin/ppp/chap.h @@ -51,7 +51,7 @@ struct chap { u_char local[CHAPCHALLENGELEN + AUTHLEN]; /* I invented this one */ u_char peer[CHAPCHALLENGELEN + AUTHLEN]; /* Peer gave us this one */ } challenge; -#ifdef HAVE_DES +#ifndef NODES unsigned NTRespSent : 1; /* Our last response */ int peertries; u_char authresponse[CHAPAUTHRESPONSELEN]; /* CHAP 81 response */ |