#3 is now encrypted MD4
authorJohn Kohl <jtkohl@mit.edu>
Thu, 3 Jan 1991 16:55:00 +0000 (16:55 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Thu, 3 Jan 1991 16:55:00 +0000 (16:55 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1605 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/encryption.h

index b3dc1437cb19aa8f7a4ad397a70d23e124ad83b4..3230a1810e83300f9cde7131c8c82dc0478b968d 100644 (file)
@@ -108,7 +108,7 @@ typedef struct _krb5_checksum_entry {
 
 #define        CKSUMTYPE_CRC32         0x0001
 #define        CKSUMTYPE_RSA_MD4       0x0002
-#define        CKSUMTYPE_XEROX         0x0003  /* SNEFRU */
+#define        CKSUMTYPE_RSA_MD4_DES   0x0003
 #define        CKSUMTYPE_DESCBC        0x0004
 
 /* macros to determine if a type is a local type */