Remove define for KRB5_CKSUM_LENGTH, which will become enctype-dependent
authorKevin Coffman <kwc@citi.umich.edu>
Thu, 21 Feb 2008 18:44:27 +0000 (13:44 -0500)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Wed, 23 Apr 2008 20:13:40 +0000 (16:13 -0400)
cleanup: When adding new encryption types, the checksum length
can be different for each enctype.  Face the fact that the
current code only supports DES which has a checksum length of 8.

Signed-off-by: Kevin Coffman <kwc@citi.umich.edu>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>

No differences found