From 8523392ef387e9a421ff70ad9d87ad51c13ab83a Mon Sep 17 00:00:00 2001 From: John Kohl Date: Thu, 3 Jan 1991 16:55:00 +0000 Subject: [PATCH] #3 is now encrypted MD4 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1605 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/encryption.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/krb5/encryption.h b/src/include/krb5/encryption.h index b3dc1437c..3230a1810 100644 --- a/src/include/krb5/encryption.h +++ b/src/include/krb5/encryption.h @@ -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 */ -- 2.26.2