summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/k5-int.h10
1 files changed, 1 insertions, 9 deletions
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