summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/bundle.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2001-02-04 01:20:33 +0000
committerbrian <brian@FreeBSD.org>2001-02-04 01:20:33 +0000
commit62f9307582193e143fe23fdb9866da7efdf2716b (patch)
tree913972cd186b73c683873c7f8a0a9c266b011fe0 /usr.sbin/ppp/bundle.c
parentf808a69a42d4da7bc8e089835ee2654f2e13efc9 (diff)
downloadFreeBSD-src-62f9307582193e143fe23fdb9866da7efdf2716b.zip
FreeBSD-src-62f9307582193e143fe23fdb9866da7efdf2716b.tar.gz
MPPE_MasterKeyValid is only there if HAVE_DES is defined.
Diffstat (limited to 'usr.sbin/ppp/bundle.c')
-rw-r--r--usr.sbin/ppp/bundle.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/ppp/bundle.c b/usr.sbin/ppp/bundle.c
index 85e0877..083c474 100644
--- a/usr.sbin/ppp/bundle.c
+++ b/usr.sbin/ppp/bundle.c
@@ -130,7 +130,9 @@ bundle_NewPhase(struct bundle *bundle, u_int new)
switch (new) {
case PHASE_DEAD:
bundle->phase = new;
+#ifdef HAVE_DES
MPPE_MasterKeyValid = 0;
+#endif
log_DisplayPrompts();
break;
OpenPOWER on IntegriCloud