Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53530
b: refs/heads/master
c: f32824d
h: refs/heads/master
v: v3
  • Loading branch information
J. Bruce Fields - unquoted authored and Trond Myklebust committed May 2, 2007
1 parent 91fb692 commit 82f1ec3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 08efa202eb398ce7939885a4a01df370fd392068
refs/heads/master: f32824d8ca9d3f84613ae2422070cc5469fe9e91
4 changes: 2 additions & 2 deletions trunk/net/sunrpc/auth_gss/gss_spkm3_seal.c
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ make_spkm3_checksum(s32 cksumtype, struct xdr_netobj *key, char *header,

switch (cksumtype) {
case CKSUMTYPE_HMAC_MD5:
cksumname = "md5";
cksumname = "hmac(md5)";
break;
default:
dprintk("RPC: spkm3_make_checksum:"
Expand All @@ -173,7 +173,7 @@ make_spkm3_checksum(s32 cksumtype, struct xdr_netobj *key, char *header,
goto out;

sg_set_buf(sg, header, hdrlen);
crypto_hash_update(&desc, sg, 1);
crypto_hash_update(&desc, sg, sg->length);

xdr_process_buf(body, body_offset, body->len - body_offset,
spkm3_checksummer, &desc);
Expand Down

0 comments on commit 82f1ec3

Please sign in to comment.