X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=mech_eap%2Fadd_cred.c;h=95a1867f30bec78e0acf099316423a12a8538a56;hb=a1264eff395d75645a8ce869839120ea0be8cd58;hp=f1598ed1f44e42d67359c239404f5215da4b9227;hpb=3e8ad5e079b54db722a97f41d45e098e80fad863;p=mech_eap.git diff --git a/mech_eap/add_cred.c b/mech_eap/add_cred.c index f1598ed..95a1867 100644 --- a/mech_eap/add_cred.c +++ b/mech_eap/add_cred.c @@ -41,10 +41,15 @@ * apart from the mechanism glue layer. However, Heimdal does call into the * mechanism here. */ -OM_uint32 +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,