remove duplicate skey stuff
authorJohn Kohl <jtkohl@mit.edu>
Thu, 20 Dec 1990 09:17:43 +0000 (09:17 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Thu, 20 Dec 1990 09:17:43 +0000 (09:17 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1574 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/fieldbits.h

index 5800955e1af368f70299d20f9f79de0e3ea52131..9a5720d3e46d48248a9989a7de75a24a53d0120c 100644 (file)
@@ -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 */
 /* #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
 #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 */