summaryrefslogtreecommitdiff
path: root/h
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@mit.edu>2008-12-24 23:52:23 +0000
committerGravatar Karl Ramm <kcr@mit.edu>2008-12-24 23:52:23 +0000
commitd44cdd8600187a9c000d1e036c7dd8721c941caf (patch)
treefb4a4262d802dff06ee1c03a3c6e67d047310ac7 /h
parentb1aa1f99237b8743dc10defbbc14a8fa359a6c9f (diff)
make this work^H^H^H^Hcompile with Heimdal
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