key, not that of the ticket, which we really shouldn't care about.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10336
dc483132-0cff-0310-8789-
dd5450dbe970
+Tue Dec 16 00:08:33 1997 Tom Yu <tlyu@mit.edu>
+
+ * mk_req_ext.c (krb5_mk_req_extended): Check enctype of session
+ key, not that of the ticket, which we really shouldn't care about.
+
Sun Dec 7 07:24:23 1997 Ezra Peisach <epeisach@dumpster.rose.brandeis.edu>
* gic_pwd.c (krb5_get_init_creds_password): Change fourth argument
return(retval);
/* verify a valid enctype is available */
- if (!valid_enctype(request.ticket->enc_part.enctype)) {
+ if (!valid_enctype(in_creds->keyblock.enctype)) {
retval = KRB5_PROG_ETYPE_NOSUPP;
goto cleanup;
}