X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mech_eap.git;a=blobdiff_plain;f=mech_eap%2Finquire_mechs_for_name.c;h=6912ebf2c4b789fbb8ca639b9bb45fde17872c07;hp=863a81004c9c492a86719a8da83fecffeac5e174;hb=HEAD;hpb=13d705c017438dc87f94d32fe46bf2b6850e3ca1 diff --git a/mech_eap/inquire_mechs_for_name.c b/mech_eap/inquire_mechs_for_name.c index 863a810..6912ebf 100644 --- a/mech_eap/inquire_mechs_for_name.c +++ b/mech_eap/inquire_mechs_for_name.c @@ -36,9 +36,13 @@ #include "gssapiP_eap.h" -OM_uint32 KRB5_CALLCONV +OM_uint32 GSSAPI_CALLCONV gss_inquire_mechs_for_name(OM_uint32 *minor, +#ifdef HAVE_HEIMDAL_VERSION + gss_const_name_t input_name, +#else const gss_name_t input_name, +#endif gss_OID_set *mech_types) { OM_uint32 major, tmpMinor;