Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: kaduk@MIT.EDU Subject: SVN Commit X-RT-Original-Encoding: iso-8859-1 Content-Length: 999 Do not document unused symbols The macro KRB5_KEYUSAGE_PA_REFERRAL was defined in an early revision of draft-ietf-krb-wg-kerberos-referrals but did not make it into RFC 6806. We retain the definition so as to not break code implementing the early draft, but need not document it. Likewise, the krb5_octet_data structure and krb5_free_octet_data routine are marked as having been originally introduced for PKINIT and "Do not use this." They are in fact unused, and should not be documented, but the actual definitions must remain for compatibility. https://github.com/krb5/krb5/commit/6e6364f7c7613a6b8002f0f64864e7d34acea8be Author: Ben Kaduk Commit: 6e6364f7c7613a6b8002f0f64864e7d34acea8be Branch: master doc/appdev/refs/api/index.rst | 1 - doc/appdev/refs/macros/index.rst | 1 - doc/appdev/refs/types/index.rst | 1 - doc/tools/doxybuilder_funcs.py | 2 +- doc/tools/doxybuilder_types.py | 5 +++-- 5 files changed, 4 insertions(+), 6 deletions(-)