aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2003-02-08 08:12:46 +0000
committerTom Yu <tlyu@mit.edu>2003-02-08 08:12:46 +0000
commit388118ed24ef0bc75458fc29d0c07e11b588338a (patch)
tree4605c45fb3cbc8ea0c3b9f8dc1a3f76434464b14 /src/lib/krb5
parent2d3091d6daa183ea774438aa9cb67750c8435518 (diff)
downloadkrb5-388118ed24ef0bc75458fc29d0c07e11b588338a.zip
krb5-388118ed24ef0bc75458fc29d0c07e11b588338a.tar.gz
krb5-388118ed24ef0bc75458fc29d0c07e11b588338a.tar.bz2
Change comments to remove the note that we're going to redesign key
storage architecture for 1.3. ticket: 1193 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15168 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5')
-rw-r--r--src/lib/krb5/keytab/ChangeLog5
-rw-r--r--src/lib/krb5/keytab/kt_file.c4
2 files changed, 6 insertions, 3 deletions
diff --git a/src/lib/krb5/keytab/ChangeLog b/src/lib/krb5/keytab/ChangeLog
index 7a7e19d..ef0e702 100644
--- a/src/lib/krb5/keytab/ChangeLog
+++ b/src/lib/krb5/keytab/ChangeLog
@@ -1,3 +1,8 @@
+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.
diff --git a/src/lib/krb5/keytab/kt_file.c b/src/lib/krb5/keytab/kt_file.c
index 4705079..9e4f15a 100644
--- a/src/lib/krb5/keytab/kt_file.c
+++ b/src/lib/krb5/keytab/kt_file.c
@@ -275,9 +275,7 @@ krb5_ktfile_get_entry(krb5_context context, krb5_keytab id, krb5_const_principal
}
/*
* 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;