From 5312c8fcb5f081adfb4dda1a909e61a090cb1692 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Sat, 10 Jun 2006 01:05:40 +0000 Subject: Since it appears we don't actually set the conf_tgs_ktypes field except in this initial allocation of zero elements, it can be deleted, along with conf_tgs_ktypes_count and the associated code... ticket: 2786 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18105 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/k5-int.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'src/include') diff --git a/src/include/k5-int.h b/src/include/k5-int.h index 6bfdfeed1..7e4effed5 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -1047,15 +1047,7 @@ struct _krb5_context { absolute limit on the UDP packet size. */ int udp_pref_limit; - /* This is the tgs_ktypes list as read from the profile, or - set to compiled-in defaults. The application code cannot - override it. This is used for session keys for - intermediate ticket-granting tickets used to acquire the - requested ticket (the session key of which may be - constrained by tgs_ktypes above). */ - krb5_enctype *conf_tgs_ktypes; - unsigned int conf_tgs_ktypes_count; - /* Use the _configured version? */ + /* Use the config-file ktypes instead of app-specified? */ krb5_boolean use_conf_ktypes; #ifdef KRB5_DNS_LOOKUP -- cgit