make change_password and get_init_creds_common static
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3267 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -200,7 +200,7 @@ print_expire (krb5_context context,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
krb5_error_code
|
static krb5_error_code
|
||||||
get_init_creds_common(krb5_context context,
|
get_init_creds_common(krb5_context context,
|
||||||
krb5_creds *creds,
|
krb5_creds *creds,
|
||||||
krb5_principal client,
|
krb5_principal client,
|
||||||
@@ -266,7 +266,7 @@ get_init_creds_common(krb5_context context,
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
krb5_error_code
|
static krb5_error_code
|
||||||
change_password (krb5_context context,
|
change_password (krb5_context context,
|
||||||
krb5_principal client,
|
krb5_principal client,
|
||||||
char *password,
|
char *password,
|
||||||
|
Reference in New Issue
Block a user