+2003-02-08 Tom Yu <tlyu@mit.edu>
+
+ * keytab.c (krb5_ktkdb_get_entry): Fix comment; not going to
+ redesign key storage architecture for 1.3.
+
2003-01-10 Ken Raeburn <raeburn@mit.edu>
* configure.in: Don't explicitly invoke AC_PROG_ARCHIVE,
/*
* Coerce the enctype of the output keyblock in case we got an
- * inexact match on the enctype; this behavior will go away when
- * the key storage architecture gets redesigned for 1.3.
+ * inexact match on the enctype.
*/
entry->key.enctype = enctype;
+2003-02-08 Tom Yu <tlyu@mit.edu>
+
+ * kt_file.c (krb5_ktfile_get_entry): Fix comment; not going to
+ redesign key storage architecture for 1.3.
+
2003-01-10 Ken Raeburn <raeburn@mit.edu>
* Makefile.in: Add AC_SUBST_FILE marker for libobj_frag.
}
/*
* Coerce the enctype of the output keyblock in case we
- * got an inexact match on the enctype; this behavior will
- * go away when the key storage architecture gets
- * redesigned for 1.3.
+ * got an inexact match on the enctype.
*/
new_entry.key.enctype = enctype;