aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2009-11-19 16:27:47 +0000
committerGreg Hudson <ghudson@mit.edu>2009-11-19 16:27:47 +0000
commit631c79d9ddcc4dfb53e20a8192185c87968e0a73 (patch)
tree9ad277782ff030f0bb4d5e9e7a13335fd2846fab
parent10e16ef12e4160e70fea3eb99033e818c7d04fdd (diff)
downloadkrb5-631c79d9ddcc4dfb53e20a8192185c87968e0a73.zip
krb5-631c79d9ddcc4dfb53e20a8192185c87968e0a73.tar.gz
krb5-631c79d9ddcc4dfb53e20a8192185c87968e0a73.tar.bz2
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
-rw-r--r--src/include/k5-int.h4
-rw-r--r--src/include/krb5/krb5.hin4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h
index beb13f9..dee37de 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 f9d7155..3b86b23 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 '.'
/*