summaryrefslogtreecommitdiff
path: root/h
diff options
context:
space:
mode:
Diffstat (limited to 'h')
-rw-r--r--h/config.h.in3
-rw-r--r--h/internal.h2
2 files changed, 4 insertions, 1 deletions
diff --git a/h/config.h.in b/h/config.h.in
index 40c0a3e..ec4faad 100644
--- a/h/config.h.in
+++ b/h/config.h.in
@@ -20,6 +20,9 @@
/* Define to 1 if you have the `krb5_cc_set_default_name' function. */
#undef HAVE_KRB5_CC_SET_DEFAULT_NAME
+/* Define to 1 if you have the `krb5_crypto_init' function. */
+#undef HAVE_KRB5_CRYPTO_INIT
+
/* Define to 1 if `krb5_auth_con_getauthenticator' takes a double pointer third arg. */
#undef KRB5_AUTH_CON_GETAUTHENTICATOR_TAKES_DOUBLE_POINTER
diff --git a/h/internal.h b/h/internal.h
index e00721c..2869543 100644
--- a/h/internal.h
+++ b/h/internal.h
@@ -146,7 +146,7 @@ Code_t Z_InsertZcodeChecksum(krb5_keyblock *keyblock, ZNotice_t *notice,
char *cksum_start, int cksum_len,
char *cstart, char *cend, int buffer_len,
int *length_ajdust);
-unsigned long z_quad_cksum(const unsigned char *, krb5_ui_4 *, long,
+unsigned long z_quad_cksum(const unsigned char *, u_int32_t *, long,
int, unsigned char *);
#endif