summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1991-04-26 13:57:08 +0000
committerJohn Kohl <jtkohl@mit.edu>1991-04-26 13:57:08 +0000
commitfb3b81642c122b1d1ca2e5226b5a00844d6fe4f9 (patch)
treeaaef351b0af0883841e3d2a2efa0f69d4ae4f943 /src/include
parent5077cedf7bdb39887fa85c16a727e7b0c28c3581 (diff)
downloadkrb5-fb3b81642c122b1d1ca2e5226b5a00844d6fe4f9.tar.gz
krb5-fb3b81642c122b1d1ca2e5226b5a00844d6fe4f9.tar.xz
krb5-fb3b81642c122b1d1ca2e5226b5a00844d6fe4f9.zip
add flag for 2nd ticket matching
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2040 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/ccache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/krb5/ccache.h b/src/include/krb5/ccache.h
index 18935b8d9..fa97ae711 100644
--- a/src/include/krb5/ccache.h
+++ b/src/include/krb5/ccache.h
@@ -54,6 +54,7 @@ typedef struct _krb5_cc_ops {
#define KRB5_TC_MATCH_FLAGS_EXACT 0x00000010
#define KRB5_TC_MATCH_AUTHDATA 0x00000020
#define KRB5_TC_MATCH_SRV_NAMEONLY 0x00000040
+#define KRB5_TC_MATCH_2ND_TKT 0x00000080
/* for set_flags and other functions */
#define KRB5_TC_OPENCLOSE 0x00000001