summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/fieldbits.h8
1 files 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 */