aboutsummaryrefslogtreecommitdiff
path: root/src/include/k5-int.h
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 /src/include/k5-int.h
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
Diffstat (limited to 'src/include/k5-int.h')
-rw-r--r--src/include/k5-int.h4
1 files changed, 0 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);