add date_fmt to context

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8486 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2000-06-29 08:02:23 +00:00
parent 7d1e5f9757
commit 0e0c74ed5d

View File

@@ -366,6 +366,7 @@ typedef struct krb5_context_data {
version */
int num_kt_types; /* # of registered keytab types */
struct krb5_keytab_data *kt_types; /* registered keytab types */
const char *date_fmt;
} krb5_context_data;
typedef struct krb5_ticket {