diff --git a/lib/krb5/krb5.h b/lib/krb5/krb5.h index 2af89b8ea..1175bee8c 100644 --- a/lib/krb5/krb5.h +++ b/lib/krb5/krb5.h @@ -393,6 +393,7 @@ typedef struct krb5_context_data { char *error_string; char error_buf[256]; krb5_addresses *ignore_addresses; + char *default_cc_name; } krb5_context_data; typedef struct krb5_ticket {