summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorBarry Jaspan <bjaspan@mit.edu>1990-01-30 16:53:44 +0000
committerBarry Jaspan <bjaspan@mit.edu>1990-01-30 16:53:44 +0000
commitcbf60e8f32a8b07ac02c019705b3bc8ec60fb861 (patch)
treea1948ab34bef8a7270087231f188c7fe517b11ee /src/include
parent8a06755963d437a3870674ce4b0bf3d3790a8e6b (diff)
downloadkrb5-cbf60e8f32a8b07ac02c019705b3bc8ec60fb861.tar.gz
krb5-cbf60e8f32a8b07ac02c019705b3bc8ec60fb861.tar.xz
krb5-cbf60e8f32a8b07ac02c019705b3bc8ec60fb861.zip
bjaspan: added KRB5_TC_OPENCLOSE, the first flag for credential caches
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@203 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/ccache.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/krb5/ccache.h b/src/include/krb5/ccache.h
index 1b0fc7ba0..50324ad0f 100644
--- a/src/include/krb5/ccache.h
+++ b/src/include/krb5/ccache.h
@@ -53,4 +53,7 @@ typedef struct _krb5_cc_ops {
#define KRB5_TC_MATCH_TIMES_EXACT 0x00000008
#define KRB5_TC_MATCH_FLAGS_EXACT 0x00000010
+/* for set_flags and other functions */
+#define KRB5_TC_OPENCLOSE 0x00000001
+
#endif /* __KRB5_CCACHE__ */