aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc
diff options
context:
space:
mode:
authorJ. Bruce Fields <bfields@fieldses.org>2006-01-03 09:56:00 +0100
committerTrond Myklebust <Trond.Myklebust@netapp.com>2006-01-06 14:58:59 -0500
commit9eed129bbde80cbd7ffeacaa1555ba1e0c9a0997 (patch)
tree49066f9b5321e09cf9696e5b69d454bf1e393eb0 /include/linux/sunrpc
parentNFSv4: Fix an Oops in nfs_do_expire_all_delegations (diff)
downloadlinux-dev-9eed129bbde80cbd7ffeacaa1555ba1e0c9a0997.tar.xz
linux-dev-9eed129bbde80cbd7ffeacaa1555ba1e0c9a0997.zip
SUNRPC: Update the spkm3 code to use the make_checksum interface
Also update the tokenlen calculations to accomodate g_token_size(). Signed-off-by: Andy Adamson <andros@citi.umich.edu> Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux/sunrpc')
-rw-r--r--include/linux/sunrpc/gss_spkm3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sunrpc/gss_spkm3.h b/include/linux/sunrpc/gss_spkm3.h
index 0beb2cf00a84..336e218c2782 100644
--- a/include/linux/sunrpc/gss_spkm3.h
+++ b/include/linux/sunrpc/gss_spkm3.h
@@ -48,7 +48,7 @@ u32 spkm3_read_token(struct spkm3_ctx *ctx, struct xdr_netobj *read_token, struc
#define CKSUMTYPE_RSA_MD5 0x0007
s32 make_checksum(s32 cksumtype, char *header, int hdrlen, struct xdr_buf *body,
- struct xdr_netobj *cksum);
+ int body_offset, struct xdr_netobj *cksum);
void asn1_bitstring_len(struct xdr_netobj *in, int *enclen, int *zerobits);
int decode_asn1_bitstring(struct xdr_netobj *out, char *in, int enclen,
int explen);