From: Greg Hudson Date: Thu, 30 Sep 2010 17:36:26 +0000 (+0000) Subject: Update NSS branch readme. Give up on the code reorganization bullet X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50d3e20bad15e5830307edfe78ced0cdb2f6e689;p=thirdparty%2Fkrb5.git Update NSS branch readme. Give up on the code reorganization bullet point since it's not a clear win. git-svn-id: svn://anonsvn.mit.edu/krb5/branches/nss@24395 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/README.BRANCH b/README.BRANCH index 95fb90423f..8425bd1b26 100644 --- a/README.BRANCH +++ b/README.BRANCH @@ -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).