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=f634f963a62db088ac5ac26da2a100350d9ebf1b;hb=HEAD;hpb=06e2ee5ccf545c5e63ad0119ccc7e41653641c86 diff --git a/mech_eap/add_cred_with_password.c b/mech_eap/add_cred_with_password.c index f634f96..742e562 100644 --- a/mech_eap/add_cred_with_password.c +++ b/mech_eap/add_cred_with_password.c @@ -36,10 +36,15 @@ #include "gssapiP_eap.h" -OM_uint32 +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,