* old_decrypt.c (krb5_old_decrypt): Initialize the ivec to the key
authorTom Yu <tlyu@mit.edu>
Wed, 16 Dec 1998 21:16:33 +0000 (21:16 +0000)
committerTom Yu <tlyu@mit.edu>
Wed, 16 Dec 1998 21:16:33 +0000 (21:16 +0000)
commit949ae78dd56914b1d1491e3e7d27c46e602493c1
tree3e4c0c0358251090d9e3e3004319f3a48c03b80a
parentca24cb257ba4281303aac4c83718f71ce295398c
* old_decrypt.c (krb5_old_decrypt): Initialize the ivec to the key
  if we're using DES_CBC_CRC, for backwards compatibility.  We
  weren't noticing this before because it only trashes the first
  block, which is the confounder, which we weren't actually
  verifying because checksum was unconditionally succeeding prior to
  the other patch.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11092 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/crypto/old/ChangeLog
src/lib/crypto/old/old_decrypt.c