(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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user