(krb5_context_data): add error_string and error_buf

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9846 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2001-05-06 23:08:41 +00:00
parent be3d6f9d7b
commit 0e9894aa70

View File

@@ -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 {