diff options
Diffstat (limited to 'src/include/krb5/encryption.h')
-rw-r--r-- | src/include/krb5/encryption.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/krb5/encryption.h b/src/include/krb5/encryption.h index 4681208706..dd86b7589a 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 */ |