From: Greg Hudson Date: Tue, 24 Aug 2010 16:33:09 +0000 (+0000) Subject: k5_ as an internal prefix is now formally okay, so remove that bullet X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a019d5a6010594bce4e5c80e33aa9ab85426dec4;p=thirdparty%2Fkrb5.git k5_ as an internal prefix is now formally okay, so remove that bullet point in the nss branch README.BRANCH. git-svn-id: svn://anonsvn.mit.edu/krb5/branches/nss@24252 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/README.BRANCH b/README.BRANCH index b5deaf8980..97f002fa51 100644 --- a/README.BRANCH +++ b/README.BRANCH @@ -46,7 +46,3 @@ order of priority: * 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). - -* k5_ is used as a prefix for private symbols visible to the linker. - This may be acceptable as an emerging namespace practice (see the - plugins2 branch) but it needs to be validated.