X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=acquire_cred_with_password.c;h=f86d3ba6335ec80009139a2d5971b4fbf256c61c;hb=c3ff83a02d37820b9c70cc3746c72a900dfd85ac;hp=776ecba210b01815725fb12b4da527e97d7004a4;hpb=2726871e0ab92938b385d2a1e6deef44ecb208b8;p=mech_eap.orig diff --git a/acquire_cred_with_password.c b/acquire_cred_with_password.c index 776ecba..f86d3ba 100644 --- a/acquire_cred_with_password.c +++ b/acquire_cred_with_password.c @@ -33,15 +33,17 @@ #include "gssapiP_eap.h" OM_uint32 -gss_acquire_cred_with_password(OM_uint32 *minor, - const gss_name_t desired_name, - const gss_buffer_t password, - OM_uint32 time_req, - const gss_OID_set desired_mechs, - gss_cred_usage_t cred_usage, - gss_cred_id_t *output_cred_handle, - gss_OID_set *actual_mechs, - OM_uint32 *time_rec) +gssspi_acquire_cred_with_password(OM_uint32 *minor, + const gss_name_t desired_name, + const gss_buffer_t password, + OM_uint32 time_req, + const gss_OID_set desired_mechs, + gss_cred_usage_t cred_usage, + gss_cred_id_t *output_cred_handle, + gss_OID_set *actual_mechs, + OM_uint32 *time_rec) { - GSSEAP_NOT_IMPLEMENTED; + return gssEapAcquireCred(minor, desired_name, password, + time_req, desired_mechs, cred_usage, + output_cred_handle, actual_mechs, time_rec); }