From: Barry Jaspan Date: Tue, 30 Jan 1990 16:53:44 +0000 (+0000) Subject: bjaspan: added KRB5_TC_OPENCLOSE, the first flag for credential caches X-Git-Tag: krb5-1.0-alpha2~1180 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cbf60e8f32a8b07ac02c019705b3bc8ec60fb861;p=krb5.git 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 --- 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__ */