From: John Kohl Date: Mon, 26 Nov 1990 14:28:20 +0000 (+0000) Subject: remove lucifer X-Git-Tag: krb5-1.0-alpha3~99 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fa1a4972db0087a7d7c29a878b4de83a6bac2da7;p=krb5.git remove lucifer git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1494 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/krb5/encryption.h b/src/include/krb5/encryption.h index 8e4f1355c..65fd77961 100644 --- a/src/include/krb5/encryption.h +++ b/src/include/krb5/encryption.h @@ -96,11 +96,9 @@ typedef struct _krb5_checksum_entry { #define KEYTYPE_NULL 0x0000 #define KEYTYPE_DES 0x0001 /* Data Encryption Standard, FIPS 46,81 */ -#define KEYTYPE_LUCIFER 0x0002 /* Lucifer */ #define ETYPE_NULL 0x0000 #define ETYPE_DES_CBC_CRC 0x0001 /* DES cbc mode with CRC-32 */ -#define ETYPE_LUCIFER_CRC 0x0002 #define CKSUMTYPE_CRC32 0x0001 #define CKSUMTYPE_RSA_MD4 0x0002