use const consistently for acquire_cred
Change-Id: I000d954267efa16439e19b0604c660f3c5be791c
This commit is contained in:
@@ -105,7 +105,7 @@ static OM_uint32 acquire_initiator_cred
|
||||
(OM_uint32 * minor_status,
|
||||
krb5_context context,
|
||||
gss_const_OID credential_type,
|
||||
void *credential_data,
|
||||
const void *credential_data,
|
||||
const gss_name_t desired_name,
|
||||
OM_uint32 time_req,
|
||||
gss_const_OID desired_mech,
|
||||
@@ -368,7 +368,7 @@ OM_uint32 GSSAPI_CALLCONV _gsskrb5_acquire_cred_ext
|
||||
(OM_uint32 * minor_status,
|
||||
const gss_name_t desired_name,
|
||||
gss_const_OID credential_type,
|
||||
void *credential_data,
|
||||
const void *credential_data,
|
||||
OM_uint32 time_req,
|
||||
gss_const_OID desired_mech,
|
||||
gss_cred_usage_t cred_usage,
|
||||
|
Reference in New Issue
Block a user