(verify_mic_des3): always check if the mic is the correct mic or the

mic that old heimdal would have generated


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12179 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-04-30 09:41:21 +00:00
parent 830c2718a2
commit 952b7e4ad6
2 changed files with 2 additions and 2 deletions

View File

@@ -173,7 +173,7 @@ verify_mic_des3
}
/* verify sequence number */
docompat = (context_handle->more_flags & COMPAT_OLD_DES3);
docompat = 0;
retry:
if (docompat)
memset(ivec, 0, 8);

View File

@@ -173,7 +173,7 @@ verify_mic_des3
}
/* verify sequence number */
docompat = (context_handle->more_flags & COMPAT_OLD_DES3);
docompat = 0;
retry:
if (docompat)
memset(ivec, 0, 8);