From 0e9894aa70bedada7427a453c2b421d7a4a454e6 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 6 May 2001 23:08:41 +0000 Subject: [PATCH] (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 --- lib/krb5/krb5.h | 2 ++ 1 file changed, 2 insertions(+) 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 {