[krbdev.mit.edu #7489] SVN Commit

Benjamin Kaduk via RT rt-comment at krbdev.mit.edu
Tue Dec 11 16:35:33 EST 2012


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 <kaduk at mit.edu>
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(-)



More information about the krb5-bugs mailing list