diff options
| author | John Kohl <jtkohl@mit.edu> | 1990-12-20 09:17:43 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1990-12-20 09:17:43 +0000 |
| commit | 1688542c7ec54be8e4fe4c17ac970f09049dd710 (patch) | |
| tree | 8cf9a263bcd8ad3ff8ea623c60c8fe31feec4283 /src | |
| parent | 0f53d2c4efe6060b6f6973be51d587c65958b0c9 (diff) | |
| download | krb5-1688542c7ec54be8e4fe4c17ac970f09049dd710.tar.gz krb5-1688542c7ec54be8e4fe4c17ac970f09049dd710.tar.xz krb5-1688542c7ec54be8e4fe4c17ac970f09049dd710.zip | |
remove duplicate skey stuff
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1574 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/include/krb5/fieldbits.h | 8 |
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 */ |
