From 631c79d9ddcc4dfb53e20a8192185c87968e0a73 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Thu, 19 Nov 2009 16:27:47 +0000 Subject: [PATCH] Put krb5_auth_con_set_req_cksumtype back in the public API, since it is needed by the BSD applications which will be unbundled in 1.8. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23292 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/k5-int.h | 4 ---- src/include/krb5/krb5.hin | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/include/k5-int.h b/src/include/k5-int.h index beb13f964..dee37dea2 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -2695,10 +2695,6 @@ krb5_error_code krb5_walk_realm_tree(krb5_context, const krb5_data *, const krb5_data *, krb5_principal **, int); -krb5_error_code KRB5_CALLCONV -krb5_auth_con_set_req_cksumtype(krb5_context, krb5_auth_context, - krb5_cksumtype); - krb5_error_code krb5_auth_con_set_safe_cksumtype(krb5_context, krb5_auth_context, krb5_cksumtype); diff --git a/src/include/krb5/krb5.hin b/src/include/krb5/krb5.hin index f9d71559a..3b86b2328 100644 --- a/src/include/krb5/krb5.hin +++ b/src/include/krb5/krb5.hin @@ -2054,6 +2054,10 @@ krb5_error_code KRB5_CALLCONV krb5_auth_con_getauthenticator(krb5_context, krb5_auth_context, krb5_authenticator **); +krb5_error_code KRB5_CALLCONV +krb5_auth_con_set_req_cksumtype(krb5_context, krb5_auth_context, + krb5_cksumtype); + #define KRB5_REALM_BRANCH_CHAR '.' /* -- 2.26.2