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
1 changed files with 2 additions and 0 deletions

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;