From a654a7d9d6145256ce1b01a3f4c80884a8ba93d6 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Thu, 18 Jul 2013 13:02:35 -0400 Subject: [PATCH] Fix doc build after PKINIT responder changes Add new types and constants to the apiref index files. --- doc/appdev/refs/macros/index.rst | 4 ++++ doc/appdev/refs/types/index.rst | 2 ++ 2 files changed, 6 insertions(+) diff --git a/doc/appdev/refs/macros/index.rst b/doc/appdev/refs/macros/index.rst index 6dfe7202a9..5fa1aabd61 100644 --- a/doc/appdev/refs/macros/index.rst +++ b/doc/appdev/refs/macros/index.rst @@ -288,6 +288,10 @@ Public KRB5_RECVAUTH_BADAUTHVERS.rst KRB5_RECVAUTH_SKIP_VERSION.rst KRB5_REFERRAL_REALM.rst + KRB5_RESPONDER_PKINIT_FLAGS_TOKEN_USER_PIN_COUNT_LOW.rst + KRB5_RESPONDER_PKINIT_FLAGS_TOKEN_USER_PIN_FINAL_TRY.rst + KRB5_RESPONDER_PKINIT_FLAGS_TOKEN_USER_PIN_LOCKED.rst + KRB5_RESPONDER_QUESTION_PKINIT.rst KRB5_RESPONDER_OTP_FLAGS_COLLECT_PIN.rst KRB5_RESPONDER_OTP_FLAGS_COLLECT_TOKEN.rst KRB5_RESPONDER_OTP_FLAGS_NEXTOTP.rst diff --git a/doc/appdev/refs/types/index.rst b/doc/appdev/refs/types/index.rst index 0b39d5abfa..16b25d9d1b 100644 --- a/doc/appdev/refs/types/index.rst +++ b/doc/appdev/refs/types/index.rst @@ -68,6 +68,8 @@ Public krb5_responder_fn.rst krb5_responder_otp_challenge.rst krb5_responder_otp_tokeninfo.rst + krb5_responder_pkinit_challenge.rst + krb5_responder_pkinit_identity.rst krb5_response.rst krb5_replay_data.rst krb5_ticket.rst -- 2.47.2