diff --git a/lib/krb5/krb5.h b/lib/krb5/krb5.h index d0f5da8ae..897a3637f 100644 --- a/lib/krb5/krb5.h +++ b/lib/krb5/krb5.h @@ -382,6 +382,8 @@ typedef struct krb5_context_data { int num_kt_types; /* # of registered keytab types */ struct krb5_keytab_data *kt_types; /* registered keytab types */ const char *date_fmt; + char *error_string; + char error_buf[256]; } krb5_context_data; typedef struct krb5_ticket {