From 7ef701931348670088f167f80a2284b197fd5c00 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Thu, 4 Nov 1999 01:58:06 +0000 Subject: [PATCH] (krb5_context_data): add `etypes_des' git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7304 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/krb5.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/krb5/krb5.h b/lib/krb5/krb5.h index 07e0e9a30..47c82dd7d 100644 --- a/lib/krb5/krb5.h +++ b/lib/krb5/krb5.h @@ -344,6 +344,7 @@ typedef krb5_config_binding krb5_config_section; typedef struct krb5_context_data { krb5_enctype *etypes; + krb5_enctype *etypes_des; char **default_realms; time_t max_skew; time_t kdc_timeout;