In krb5_calculate_checksum (a compatibility routine), initialize
authorGreg Hudson <ghudson@mit.edu>
Thu, 8 Oct 2009 12:58:56 +0000 (12:58 +0000)
committerGreg Hudson <ghudson@mit.edu>
Thu, 8 Oct 2009 12:58:56 +0000 (12:58 +0000)
commitc1da485d46009fe4c8b119b02c1c252cce32f196
treef5b6ae288215d8c0a4811dc154a3f927db0ad6b0
parentf3bf2ee29ae2fcea2a258b8477787eb7359ce4a1
In krb5_calculate_checksum (a compatibility routine), initialize
key.enctype to ENCTYPE_NULL.  This will predictably fail to match a
keyed hash's enctype, which may not be the best behavior, but is
better than unpredictably failing to match it.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22867 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/crypto/krb/old_api_glue.c