(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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user