Add flags for compare_creds.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3895 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-11-11 00:53:28 +00:00
parent cd92c81ea4
commit 1481037e31

View File

@@ -198,6 +198,9 @@ typedef union {
#define KRB5_GC_CACHED 1
#define KRB5_GC_USER_USER 2
/* constants for compare_creds (and cc_retrieve_cred) */
#define KRB5_TC_DONT_MATCH_REALM (1 << 31)
typedef struct krb5_creds {
krb5_principal client;
krb5_principal server;