MPPE_MasterKeyValid is only there if HAVE_DES is defined.

This commit is contained in:
Brian Somers 2001-02-04 01:20:33 +00:00
parent c42627ffff
commit 64602637c7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=71974

View File

@ -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;