summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/encryption.h2
1 files changed, 0 insertions, 2 deletions
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