]> git.ipfire.org Git - thirdparty/krb5.git/commit
Do not document unused symbols
authorBen Kaduk <kaduk@mit.edu>
Mon, 10 Dec 2012 20:02:14 +0000 (15:02 -0500)
committerBen Kaduk <kaduk@mit.edu>
Tue, 11 Dec 2012 21:34:57 +0000 (16:34 -0500)
commit6e6364f7c7613a6b8002f0f64864e7d34acea8be
tree868a10bc2b164c5c38c3a501f365b6ee388b14d5
parent3f7394c1440f7526bc6f008f841b438d84411f3d
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.

ticket: 7489 (new)
tags: pullup
target_version: 1.11
doc/appdev/refs/api/index.rst
doc/appdev/refs/macros/index.rst
doc/appdev/refs/types/index.rst
doc/tools/doxybuilder_funcs.py
doc/tools/doxybuilder_types.py