include hx509_context in krb5_context

This commit is contained in:
Love Hornquist Astrand
2009-09-29 09:23:37 -07:00
parent f7bde058ee
commit 61cc35b83b

View File

@@ -265,6 +265,9 @@ typedef struct krb5_context_data {
#define KRB5_CTX_F_CHECK_PAC 2 #define KRB5_CTX_F_CHECK_PAC 2
#define KRB5_CTX_F_HOMEDIR_ACCESS 4 #define KRB5_CTX_F_HOMEDIR_ACCESS 4
struct send_to_kdc *send_to_kdc; struct send_to_kdc *send_to_kdc;
#ifdef PKINIT
hx509_context hx509ctx;
#endif
} krb5_context_data; } krb5_context_data;
#define KRB5_DEFAULT_CCNAME_FILE "FILE:/tmp/krb5cc_%{uid}" #define KRB5_DEFAULT_CCNAME_FILE "FILE:/tmp/krb5cc_%{uid}"