summaryrefslogtreecommitdiffstats
path: root/src/lib/kdb
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/kdb
parent2d3091d6daa183ea774438aa9cb67750c8435518 (diff)
downloadkrb5-388118ed24ef0bc75458fc29d0c07e11b588338a.tar.gz
krb5-388118ed24ef0bc75458fc29d0c07e11b588338a.tar.xz
krb5-388118ed24ef0bc75458fc29d0c07e11b588338a.zip
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/kdb')
-rw-r--r--src/lib/kdb/ChangeLog5
-rw-r--r--src/lib/kdb/keytab.c3
2 files changed, 6 insertions, 2 deletions
diff --git a/src/lib/kdb/ChangeLog b/src/lib/kdb/ChangeLog
index 68fa8f58f..ce72e34e3 100644
--- a/src/lib/kdb/ChangeLog
+++ b/src/lib/kdb/ChangeLog
@@ -1,3 +1,8 @@
+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,
diff --git a/src/lib/kdb/keytab.c b/src/lib/kdb/keytab.c
index 9c9b3b3bd..d7ee59aad 100644
--- a/src/lib/kdb/keytab.c
+++ b/src/lib/kdb/keytab.c
@@ -139,8 +139,7 @@ krb5_ktkdb_get_entry(context, id, principal, kvno, enctype, entry)
/*
* 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;