summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1991-02-18 16:38:54 +0000
committerJohn Kohl <jtkohl@mit.edu>1991-02-18 16:38:54 +0000
commit5f9be9ecf927d0e1ba01b4753c6cf449f2308f8f (patch)
tree21cc71d967e0b350e6de61b46eac802af8067e5d /src/include
parentdb0d2f84354b7b189ce07c2c3c1675a42506876d (diff)
downloadkrb5-5f9be9ecf927d0e1ba01b4753c6cf449f2308f8f.tar.gz
krb5-5f9be9ecf927d0e1ba01b4753c6cf449f2308f8f.tar.xz
krb5-5f9be9ecf927d0e1ba01b4753c6cf449f2308f8f.zip
add KRB5_TC_MATCH_SRV_NAMEONLY
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1719 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 5ae934859..90edfb457 100644
--- a/src/include/krb5/ccache.h
+++ b/src/include/krb5/ccache.h
@@ -53,6 +53,7 @@ typedef struct _krb5_cc_ops {
#define KRB5_TC_MATCH_TIMES_EXACT 0x00000008
#define KRB5_TC_MATCH_FLAGS_EXACT 0x00000010
#define KRB5_TC_MATCH_AUTHDATA 0x00000020
+#define KRB5_TC_MATCH_SRV_NAMEONLY 0x00000040
/* for set_flags and other functions */
#define KRB5_TC_OPENCLOSE 0x00000001