X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=mech_eap%2Fadd_cred.c;h=95a1867f30bec78e0acf099316423a12a8538a56;hb=a1264eff395d75645a8ce869839120ea0be8cd58;hp=64d97c0c8d7182ba66912b52130ac5f0e7a0768c;hpb=49c65b803b43e159e38f6a16505bad54de153916;p=mech_eap.git diff --git a/mech_eap/add_cred.c b/mech_eap/add_cred.c index 64d97c0..95a1867 100644 --- a/mech_eap/add_cred.c +++ b/mech_eap/add_cred.c @@ -43,8 +43,13 @@ */ OM_uint32 GSSAPI_CALLCONV gss_add_cred(OM_uint32 *minor, +#ifdef HAVE_HEIMDAL_VERSION + gss_const_cred_id_t input_cred_handle GSSEAP_UNUSED, + gss_const_name_t desired_name, +#else gss_cred_id_t input_cred_handle GSSEAP_UNUSED, gss_name_t desired_name, +#endif gss_OID desired_mech, gss_cred_usage_t cred_usage, OM_uint32 initiator_time_req,