From: Greg Hudson Date: Mon, 2 May 2011 15:37:38 +0000 (+0000) Subject: r24899 moved the declarations of krb5int_mk_chpw_req and related X-Git-Tag: krb5-1.10-alpha1~445 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=78e9341c1f347e64944dc9e52b4278dedea2f414;p=krb5.git r24899 moved the declarations of krb5int_mk_chpw_req and related functions from k5-int.h to int-proto.h. The removal of those declarations from k5-int.h was accidentally omitted from the commit; commit it now. ticket: 6893 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24907 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/k5-int.h b/src/include/k5-int.h index 29f6ae5af..f1c1f7c07 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -2112,35 +2112,6 @@ krb5int_generate_and_save_subkey(krb5_context, krb5_auth_context, krb5_keyblock * /* Old keyblock, not new! */, krb5_enctype); -/* set and change password helpers */ - -krb5_error_code -krb5int_mk_chpw_req(krb5_context context, krb5_auth_context auth_context, - krb5_data *ap_req, char *passwd, krb5_data *packet); - -krb5_error_code -krb5int_rd_chpw_rep(krb5_context context, krb5_auth_context auth_context, - krb5_data *packet, int *result_code, - krb5_data *result_data); - -krb5_error_code KRB5_CALLCONV -krb5_chpw_result_code_string(krb5_context context, int result_code, - char **result_codestr); - -krb5_error_code -krb5int_mk_setpw_req(krb5_context context, krb5_auth_context auth_context, - krb5_data *ap_req, krb5_principal targetprinc, - char *passwd, krb5_data *packet); - -krb5_error_code -krb5int_rd_setpw_rep(krb5_context context, krb5_auth_context auth_context, - krb5_data *packet, int *result_code, - krb5_data *result_data); - -krb5_error_code -krb5int_setpw_result_code_string(krb5_context context, int result_code, - const char **result_codestr); - struct srv_dns_entry { struct srv_dns_entry *next; int priority;