Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53532
b: refs/heads/master
c: 61322b3
h: refs/heads/master
v: v3
  • Loading branch information
J. Bruce Fields - unquoted authored and Trond Myklebust committed May 2, 2007
1 parent 06a0b22 commit 26b56f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b80e183deff5f3d43565b552ed91e511128a6ea9
refs/heads/master: 61322b30139b79ec77170723a3a80043dcc94e87
4 changes: 4 additions & 0 deletions trunk/net/sunrpc/auth_gss/gss_spkm3_seal.c
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@ make_spkm3_checksum(s32 cksumtype, struct xdr_netobj *key, char *header,
if (err)
goto out;

err = crypto_hash_init(&desc);
if (err)
goto out;

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

Expand Down

0 comments on commit 26b56f5

Please sign in to comment.