diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/k5-int.h | 17 | ||||
| -rw-r--r-- | src/include/krb5/krb5.hin | 11 |
2 files changed, 0 insertions, 28 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h index fc39acdc79..184549ce0a 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -1082,23 +1082,6 @@ typedef struct _krb5_preauth_ops { krb5_preauth_process_proc process; } krb5_preauth_ops; -krb5_error_code -krb5_obtain_padata(krb5_context, krb5_pa_data **, - krb5_error_code (*)(krb5_context, const krb5_enctype, - krb5_data *, krb5_const_pointer, - krb5_keyblock **), - krb5_const_pointer, krb5_creds *, krb5_kdc_req *); - -krb5_error_code -krb5_process_padata(krb5_context, krb5_kdc_req *, krb5_kdc_rep *, - krb5_error_code (*)(krb5_context, const krb5_enctype, - krb5_data *, krb5_const_pointer, - krb5_keyblock **), - krb5_const_pointer, - krb5_error_code (*)(krb5_context, const krb5_keyblock *, - krb5_const_pointer, krb5_kdc_rep *), - krb5_keyblock **, krb5_creds *, krb5_int32 *); - krb5_pa_data * krb5int_find_pa_data(krb5_context, krb5_pa_data *const *, krb5_preauthtype); /* Does not return a copy; original padata sequence responsible for freeing*/ diff --git a/src/include/krb5/krb5.hin b/src/include/krb5/krb5.hin index 1c89f9e923..18097f236a 100644 --- a/src/include/krb5/krb5.hin +++ b/src/include/krb5/krb5.hin @@ -1950,17 +1950,6 @@ krb5_get_profile(krb5_context, struct _profile_t * /* profile_t */ *); #if KRB5_DEPRECATED KRB5_ATTR_DEPRECATED krb5_error_code KRB5_CALLCONV -krb5_get_in_tkt(krb5_context, krb5_flags, krb5_address *const *, - krb5_enctype *, krb5_preauthtype *, - krb5_error_code (*)(krb5_context, krb5_enctype, krb5_data *, - krb5_const_pointer, krb5_keyblock **), - krb5_const_pointer, - krb5_error_code (*)(krb5_context, const krb5_keyblock *, - krb5_const_pointer, krb5_kdc_rep * ), - krb5_const_pointer, krb5_creds *, krb5_ccache, - krb5_kdc_rep **); - -KRB5_ATTR_DEPRECATED krb5_error_code KRB5_CALLCONV krb5_get_in_tkt_with_password(krb5_context, krb5_flags, krb5_address *const *, krb5_enctype *, krb5_preauthtype *, const char *, krb5_ccache, krb5_creds *, krb5_kdc_rep **); |
