]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Put krb5_auth_con_set_req_cksumtype back in the public API, since it
authorGreg Hudson <ghudson@mit.edu>
Thu, 19 Nov 2009 16:27:47 +0000 (16:27 +0000)
committerGreg Hudson <ghudson@mit.edu>
Thu, 19 Nov 2009 16:27:47 +0000 (16:27 +0000)
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
src/include/krb5/krb5.hin

index beb13f9644cc4cf19553f95dfa36bb8c8e4a07ef..dee37dea2c92ed4817c072d2d81651713a08584a 100644 (file)
@@ -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);
index f9d71559a80e6edd85a96d90925de0f7e253423f..3b86b2328daa90033e4046a8c8b7f245f511ef1c 100644 (file)
@@ -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 '.'
 
 /*