(krb5_cksumtype): comment out CKSUMTYPE_SHA1

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6945 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-09-12 21:02:31 +00:00
parent f5919fc7a0
commit 056c01b6a5

View File

@@ -85,7 +85,7 @@ typedef enum krb5_cksumtype {
CKSUMTYPE_RSA_MD5 = 7,
CKSUMTYPE_RSA_MD5_DES = 8,
CKSUMTYPE_RSA_MD5_DES3 = 9,
CKSUMTYPE_SHA1 = 10,
/* CKSUMTYPE_SHA1 = 10,*/
CKSUMTYPE_HMAC_SHA1_DES3 = 12,
CKSUMTYPE_SHA1 = 1000 /* correct value? */
} krb5_cksumtype;