stored in the ccache; just read it into a dummy variable.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7290
dc483132-0cff-0310-8789-
dd5450dbe970
+Wed Jan 10 21:14:31 1996 Theodore Y. Ts'o <tytso@dcl>
+
+ * fcc_read.c (krb5_fcc_read_keyblock): If reading in a version 3
+ credentials cache, ignore the second enctype stored in the
+ ccache; just read it into a dummy variable.
+
Thu Dec 21 18:28:09 1995 Theodore Y. Ts'o <tytso@dcl>
* fcc_maybe.c (krb5_fcc_open_file): In the case of
CHECK(kret);
if (data->version == KRB5_FCC_FVNO_3) {
kret = krb5_fcc_read_ui_2(context, id, &ui2);
- keyblock->enctype = ui2;
+ /* keyblock->enctype = ui2; */
CHECK(kret);
}