r24899 moved the declarations of krb5int_mk_chpw_req and related
authorGreg Hudson <ghudson@mit.edu>
Mon, 2 May 2011 15:37:38 +0000 (15:37 +0000)
committerGreg Hudson <ghudson@mit.edu>
Mon, 2 May 2011 15:37:38 +0000 (15:37 +0000)
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

src/include/k5-int.h

index 29f6ae5af09254d0067eaa5ba99d47f0446e311b..f1c1f7c0792aa53d9e81136a61b321245a065a39 100644 (file)
@@ -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;