Make ASN.1 code build without PKINIT support
authorGreg Hudson <ghudson@mit.edu>
Mon, 19 Sep 2011 14:52:16 +0000 (14:52 +0000)
committerGreg Hudson <ghudson@mit.edu>
Mon, 19 Sep 2011 14:52:16 +0000 (14:52 +0000)
commit0ba7d8bd3f46902cbd5c4e8c7592a4fa36f5975e
treeb825b955a75d72deeabda5f0abebe09f44513ac1
parent34431739de23e96c5c90f9cb3dd5d188a6b7e8fb
Make ASN.1 code build without PKINIT support

Move asn1_decode_kdf_alg_id and asn1_decode_sequence_of_kdf_alg_id
inside the #ifndef DISABLE_PKINIT block; otherwise they reference a
nonexistent asn1_decode_kdf_alg_id_ptr when PKINIT is disabled.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25211 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/asn.1/asn1_k_decode.c