From: John Kohl Date: Tue, 20 Nov 1990 10:24:01 +0000 (+0000) Subject: comment that XEROX is snefru X-Git-Tag: krb5-1.0-alpha3~124 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=eaa39bb4061f493e8749f1d8f4a3c00128a647e0;p=krb5.git comment that XEROX is snefru use RSA_MD4 for XXX git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1469 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/krb5/encryption.h b/src/include/krb5/encryption.h index 468120870..dd86b7589 100644 --- a/src/include/krb5/encryption.h +++ b/src/include/krb5/encryption.h @@ -103,8 +103,8 @@ typedef struct _krb5_checksum_entry { #define ETYPE_LUCIFER_CRC 0x0002 #define CKSUMTYPE_CRC32 0x0001 -#define CKSUMTYPE_XXX 0x0002 -#define CKSUMTYPE_XEROX 0x0003 +#define CKSUMTYPE_RSA_MD4 0x0002 +#define CKSUMTYPE_XEROX 0x0003 /* SNEFRU */ #define CKSUMTYPE_DESCBC 0x0004 /* macros to determine if a type is a local type */