X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mech_eap.git;a=blobdiff_plain;f=mech_eap%2Fadd_cred_with_password.c;h=742e562ed2c8a31c9803645a3f56034e9f3d3db7;hp=b982f0db5676a4c67f37f22cac6f72d93e61f348;hb=HEAD;hpb=49c65b803b43e159e38f6a16505bad54de153916 diff --git a/mech_eap/add_cred_with_password.c b/mech_eap/add_cred_with_password.c index b982f0d..742e562 100644 --- a/mech_eap/add_cred_with_password.c +++ b/mech_eap/add_cred_with_password.c @@ -38,8 +38,13 @@ OM_uint32 GSSAPI_CALLCONV gss_add_cred_with_password(OM_uint32 *minor, +#ifdef HAVE_HEIMDAL_VERSION + gss_const_cred_id_t input_cred_handle GSSEAP_UNUSED, + gss_const_name_t desired_name, +#else const gss_cred_id_t input_cred_handle GSSEAP_UNUSED, const gss_name_t desired_name, +#endif const gss_OID desired_mech, const gss_buffer_t password, gss_cred_usage_t cred_usage,