]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Update NSS branch readme. Give up on the code reorganization bullet
authorGreg Hudson <ghudson@mit.edu>
Thu, 30 Sep 2010 17:36:26 +0000 (17:36 +0000)
committerGreg Hudson <ghudson@mit.edu>
Thu, 30 Sep 2010 17:36:26 +0000 (17:36 +0000)
point since it's not a clear win.

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/nss@24395 dc483132-0cff-0310-8789-dd5450dbe970

README.BRANCH

index 95fb90423f1f602bbd930e45adb640721d7b0495..8425bd1b26adb0e2a96bb5de232b84267ab59898 100644 (file)
@@ -13,9 +13,3 @@ order of priority:
 * Cached handles in krb5_key objects must be wrapped in a structure
   which remembers the current pid, so that they won't be used after a
   fork.
-
-* The copyright and license statements on new code are problematic.
-
-* The code could perhaps benefit from organizational simplification,
-  such as eliminating the many small files for enc and hash providers
-  (since all of their logic is in enc_gen.c and hash_gen.c anyway).