svn rev #20652: trunk/src/ lib/krb5/asn.1/ lib/krb5/os/
raeburn@MIT.EDU
raeburn at MIT.EDU
Wed Aug 13 19:32:12 EDT 2008
Commit By: raeburn
Log Message:
ticket: new
subject: Don't build PKINIT ASN.1 support code if not building PKINIT plugin
If --disable-pkinit is given at configure time, don't build the PKINIT
plugin.
If the PKINIT plugin is not going to be built, define DISABLE_PKINIT.
If DISABLE_PKINIT is defined, don't build the PKINIT-related ASN.1
encoding and decoding routines, and fill their slots in the accessor
function table with null pointers.
Tweak the accessor table initialization to use conditionally-varying
macros rather than conditionally selecting between two blocks of
invocations of fixed macros.
Changed Files:
U trunk/src/configure.in
U trunk/src/lib/krb5/asn.1/asn1_k_decode.c
U trunk/src/lib/krb5/asn.1/asn1_k_encode.c
U trunk/src/lib/krb5/os/accessor.c
More information about the cvs-krb5
mailing list