diff options
| author | John Kohl <jtkohl@mit.edu> | 1990-10-18 10:32:40 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1990-10-18 10:32:40 +0000 |
| commit | 3e8bdb01874c07bf6ff8c40751cf6c038be45014 (patch) | |
| tree | 340e384a008c3e8e004a18d3857dc712c81b287f /src/include | |
| parent | e4e2900e3ac43dbecf74603d42839a6aa55d99b5 (diff) | |
| download | krb5-3e8bdb01874c07bf6ff8c40751cf6c038be45014.tar.gz krb5-3e8bdb01874c07bf6ff8c40751cf6c038be45014.tar.xz krb5-3e8bdb01874c07bf6ff8c40751cf6c038be45014.zip | |
add KRB5_TC_MATCH_AUTHDATA (from Bill Sommerfeld)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1255 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/krb5/ccache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/krb5/ccache.h b/src/include/krb5/ccache.h index 7eb1abe8d..cb33778b2 100644 --- a/src/include/krb5/ccache.h +++ b/src/include/krb5/ccache.h @@ -52,6 +52,7 @@ typedef struct _krb5_cc_ops { #define KRB5_TC_MATCH_FLAGS 0x00000004 #define KRB5_TC_MATCH_TIMES_EXACT 0x00000008 #define KRB5_TC_MATCH_FLAGS_EXACT 0x00000010 +#define KRB5_TC_MATCH_AUTHDATA 0x00000020 /* for set_flags and other functions */ #define KRB5_TC_OPENCLOSE 0x00000001 |
