From d6375161cbe6b464c136d0effcc34484a4d092f8 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Sat, 21 Mar 1998 00:47:58 +0000 Subject: [PATCH] Rename PA-KEY-INFO -> ETYPE-INFO. Add log format to context. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4616 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/krb5.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/krb5/krb5.h b/lib/krb5/krb5.h index ee83b4da7..3c51be3a3 100644 --- a/lib/krb5/krb5.h +++ b/lib/krb5/krb5.h @@ -113,7 +113,7 @@ typedef enum krb5_salttype { KRB5_PA_AFS3_SALT = pa_afs3_salt }krb5_salttype; -typedef PA_KEY_INFO krb5_preauthinfo; +typedef ETYPE_INFO krb5_preauthinfo; typedef struct { krb5_preauthtype type; @@ -289,6 +289,8 @@ typedef struct krb5_context_data { int num_ops; krb5_boolean ktype_is_etype; const char *http_proxy; + const char *time_fmt; + krb5_boolean log_utc; } krb5_context_data; enum {