diff options
author | Karl Ramm <kcr@mit.edu> | 2008-12-21 23:54:36 +0000 |
---|---|---|
committer | Karl Ramm <kcr@mit.edu> | 2008-12-21 23:54:36 +0000 |
commit | 6c726c3d1e32e5cb24aa7337eab97f1e8f49ada8 (patch) | |
tree | d177fd0ee6b1a9fe24f19ba8c32e0295d1786d12 /h | |
parent | 4bf6bad913931fff08fb2a52fd74b49c2242a718 (diff) |
Pull in our own quad_cksum so a pure-krb5 library can deal with
checksums from a mixed server.
Diffstat (limited to 'h')
-rw-r--r-- | h/internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/h/internal.h b/h/internal.h index b2d883e..62a467d 100644 --- a/h/internal.h +++ b/h/internal.h @@ -142,6 +142,8 @@ 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, + int, unsigned char *); #endif #ifdef HAVE_KRB5_CREDS_KEYBLOCK_ENCTYPE |