use gss_const_OID for gss_acquire_cred_ext

This commit is contained in:
Luke Howard
2011-05-14 17:16:49 +02:00
parent b9c96aa6de
commit 33d1877c21
4 changed files with 12 additions and 12 deletions

View File

@@ -357,10 +357,10 @@ _gss_import_cred_t(OM_uint32 * minor_status,
typedef OM_uint32 GSSAPI_CALLCONV
_gss_acquire_cred_ext_t(OM_uint32 * /*minor_status */,
const gss_name_t /* desired_name */,
const gss_OID /* credential_type */,
gss_const_OID /* credential_type */,
const void * /* credential_data */,
OM_uint32 /* time_req */,
const gss_OID /* desired_mech */,
gss_const_OID /* desired_mech */,
gss_cred_usage_t /* cred_usage */,
gss_cred_id_t * /* output_cred_handle */);