From d44cdd8600187a9c000d1e036c7dd8721c941caf Mon Sep 17 00:00:00 2001 From: Karl Ramm Date: Wed, 24 Dec 2008 23:52:23 +0000 Subject: make this work^H^H^H^Hcompile with Heimdal --- h/config.h.in | 3 +++ h/internal.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'h') 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 -- cgit v1.2.3