diff options
Diffstat (limited to 'src/include/k5-int.h')
-rw-r--r-- | src/include/k5-int.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h index be3d1a9bf..d4407b99d 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -1322,10 +1322,8 @@ typedef struct _kdb5_dal_handle kdb5_dal_handle; struct _kdb_log_context; struct _krb5_context { krb5_magic magic; - krb5_enctype *in_tkt_ktypes; - unsigned int in_tkt_ktype_count; - krb5_enctype *tgs_ktypes; - unsigned int tgs_ktype_count; + krb5_enctype *in_tkt_etypes; + krb5_enctype *tgs_etypes; struct _krb5_os_context os_context; char *default_realm; profile_t profile; |