X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot.git;a=blobdiff_plain;f=moonshot%2Fmech_eap%2Futil.h;h=883eabfa69bb192a8f40d8f431ae6423c84fb37e;hp=4de00e3bcac33631ab1cefda61084d6874c08052;hb=57135a1070518a0c1228a29ed9fcf726357856a1;hpb=77cf1ecdf16dee09c9eb88c59eac8c11aa0188bf diff --git a/moonshot/mech_eap/util.h b/moonshot/mech_eap/util.h index 4de00e3..883eabf 100644 --- a/moonshot/mech_eap/util.h +++ b/moonshot/mech_eap/util.h @@ -206,13 +206,16 @@ gssEapContextTime(OM_uint32 *minor, OM_uint32 *time_rec); /* util_cred.c */ +extern const gss_OID_desc gssEapPasswordCredType; + OM_uint32 gssEapAllocCred(OM_uint32 *minor, gss_cred_id_t *pCred); OM_uint32 gssEapReleaseCred(OM_uint32 *minor, gss_cred_id_t *pCred); OM_uint32 gssEapAcquireCred(OM_uint32 *minor, const gss_name_t desiredName, - const gss_buffer_t password, + gss_const_OID credType, + const void *credData, OM_uint32 timeReq, const gss_OID_set desiredMechs, int cred_usage,