summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/chap.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-02-18 19:45:06 +0000
committerbrian <brian@FreeBSD.org>1999-02-18 19:45:06 +0000
commitde2b444b61a98bc26b52a994b2998945207fd8b6 (patch)
treeeb3db48fe4eae2891c39bc7076db50510e625254 /usr.sbin/ppp/chap.h
parent72dda067773c6c9f0e13491ed35bfee34cff0bd9 (diff)
downloadFreeBSD-src-de2b444b61a98bc26b52a994b2998945207fd8b6.zip
FreeBSD-src-de2b444b61a98bc26b52a994b2998945207fd8b6.tar.gz
Build correctly when -DNOCRYPT is used.
Diffstat (limited to 'usr.sbin/ppp/chap.h')
-rw-r--r--usr.sbin/ppp/chap.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/ppp/chap.h b/usr.sbin/ppp/chap.h
index 160c9ca..46fe5f9 100644
--- a/usr.sbin/ppp/chap.h
+++ b/usr.sbin/ppp/chap.h
@@ -15,7 +15,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: chap.h,v 1.12 1999/02/11 10:14:07 brian Exp $
+ * $Id: chap.h,v 1.13 1999/02/18 00:52:12 brian Exp $
*
* TODO:
*/
@@ -40,8 +40,10 @@ struct chap {
} child;
struct authinfo auth;
u_char challenge[CHAPCHALLENGELEN + AUTHLEN];
+#ifdef HAVE_DES
unsigned NTRespSent : 1; /* Our last response */
int peertries;
+#endif
};
#define descriptor2chap(d) \
OpenPOWER on IntegriCloud