Fix a conceptual bug in r24639: the intermediate key container length should be the hash's output size, not its block size. (The bug did not show up in testing because it is harmless in practice; MD5 has a larger block size than output size.) https://github.com/krb5/krb5/commit/5f0f1d3160f729a0876e6c24a32aa448089fd461 Commit By: ghudson Revision: 24641 Changed Files: U trunk/src/lib/crypto/krb/checksum/hmac_md5.c