fix checksumtype for des3-cbc-sha1

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3547 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-09-23 07:36:52 +00:00
parent 1de9ecd915
commit 3adcf8b005

View File

@@ -109,7 +109,7 @@ static struct encryption_type em [] = {
{ ETYPE_DES3_CBC_MD5, 8, 8, DES3_encrypt_null_ivec,
KEYTYPE_DES3, CKSUMTYPE_RSA_MD5, "des3-cbc-md5" },
{ ETYPE_DES3_CBC_SHA1, 8, 8, DES3_encrypt_null_ivec,
KEYTYPE_DES3, CKSUMTYPE_HMAC_SHA1_DES3, "des3-cbc-sha1" },
KEYTYPE_DES3, CKSUMTYPE_SHA1, "des3-cbc-sha1" },
{ ETYPE_NULL, 1, 0, NULL_encrypt, KEYTYPE_NULL, CKSUMTYPE_NONE, "null" },
};