diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2006-06-10 01:05:40 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2006-06-10 01:05:40 +0000 |
| commit | 5312c8fcb5f081adfb4dda1a909e61a090cb1692 (patch) | |
| tree | d9ccc5b4d078e4d332f612225112785cf92f6166 /src/include | |
| parent | 505f26c501bff3b934d478a047266c920097e548 (diff) | |
| download | krb5-5312c8fcb5f081adfb4dda1a909e61a090cb1692.tar.gz krb5-5312c8fcb5f081adfb4dda1a909e61a090cb1692.tar.xz krb5-5312c8fcb5f081adfb4dda1a909e61a090cb1692.zip | |
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
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/k5-int.h | 10 |
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 |
