diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/k5-int.h | 4 | ||||
| -rw-r--r-- | 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 '.' /* |
