lib/krb5: mark in argument of krb5_init_creds_step() as const
This has no real effect, but make things more clear and matches the pattern for krb5_sendto_context(). Signed-off-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:

committed by
Jeffrey Altman

parent
fd75c3e23c
commit
a4fc4dcb6a
@@ -854,7 +854,7 @@ krb5_error_code
|
||||
_krb5_fast_anon_pkinit_step(krb5_context context,
|
||||
krb5_init_creds_context ctx,
|
||||
struct krb5_fast_state *state,
|
||||
krb5_data *in,
|
||||
const krb5_data *in,
|
||||
krb5_data *out,
|
||||
krb5_realm *out_realm,
|
||||
unsigned int *flags)
|
||||
|
@@ -2964,7 +2964,7 @@ available_padata_count(METHOD_DATA *md)
|
||||
static krb5_error_code
|
||||
init_creds_step(krb5_context context,
|
||||
krb5_init_creds_context ctx,
|
||||
krb5_data *in,
|
||||
const krb5_data *in,
|
||||
krb5_data *out,
|
||||
krb5_realm *out_realm,
|
||||
unsigned int *flags)
|
||||
@@ -3460,7 +3460,7 @@ init_creds_step(krb5_context context,
|
||||
KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL
|
||||
krb5_init_creds_step(krb5_context context,
|
||||
krb5_init_creds_context ctx,
|
||||
krb5_data *in,
|
||||
const krb5_data *in,
|
||||
krb5_data *out,
|
||||
krb5_realm *out_realm,
|
||||
unsigned int *flags)
|
||||
|
Reference in New Issue
Block a user