From 1688542c7ec54be8e4fe4c17ac970f09049dd710 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Thu, 20 Dec 1990 09:17:43 +0000 Subject: [PATCH] remove duplicate skey stuff git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1574 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/fieldbits.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/include/krb5/fieldbits.h b/src/include/krb5/fieldbits.h index 5800955e1..9a5720d3e 100644 --- a/src/include/krb5/fieldbits.h +++ b/src/include/krb5/fieldbits.h @@ -30,7 +30,7 @@ /* #define KDC_OPT_UNUSED 0x01000000 */ #define KDC_OPT_RENEWABLE 0x00800000 /* #define KDC_OPT_UNUSED 0x00400000 */ -#define KDC_OPT_DUPLICATE_SKEY 0x00200000 +/* #define KDC_OPT_RESERVED 0x00200000 */ /* #define KDC_OPT_RESERVED 0x00100000 */ /* #define KDC_OPT_RESERVED 0x00080000 */ /* #define KDC_OPT_RESERVED 0x00040000 */ @@ -49,12 +49,12 @@ /* #define KDC_OPT_RESERVED 0x00000020 */ #define KDC_OPT_RENEWABLE_OK 0x00000010 #define KDC_OPT_ENC_TKT_IN_SKEY 0x00000008 -#define KDC_OPT_REUSE_SKEY 0x00000004 +/* #define KDC_OPT_UNUSED 0x00000004 */ #define KDC_OPT_RENEW 0x00000002 #define KDC_OPT_VALIDATE 0x00000001 /* fields common which can be masked and copied */ -#define KDC_TKT_COMMON_MASK 0x7ea00000 +#define KDC_TKT_COMMON_MASK 0x7e800000 /* definitions for ap_options fields */ /* ap_options are 32 bits; each host is responsible to put the 4 bytes @@ -112,7 +112,7 @@ #define TKT_FLG_INVALID 0x01000000 #define TKT_FLG_RENEWABLE 0x00800000 #define TKT_FLG_INITIAL 0x00400000 -#define TKT_FLG_DUPLICATE_SKEY 0x00200000 +/* #define TKT_FLG_RESERVED 0x00200000 */ /* #define TKT_FLG_RESERVED 0x00100000 */ /* #define TKT_FLG_RESERVED 0x00080000 */ /* #define TKT_FLG_RESERVED 0x00040000 */ -- 2.26.2