Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95710
b: refs/heads/master
c: 46f8153
h: refs/heads/master
v: v3
  • Loading branch information
Herbert Xu committed May 1, 2008
1 parent 1433df4 commit a6e1da4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 8ec970d8561abb5645d4602433b772e268c96d05
refs/heads/master: 46f8153cc59384eb09a426d044668d4801f818ce
3 changes: 2 additions & 1 deletion trunk/crypto/eseqiv.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ static int eseqiv_givencrypt(struct skcipher_givcrypt_request *req)
}

ablkcipher_request_set_crypt(subreq, reqctx->src, dst,
req->creq.nbytes, req->creq.info);
req->creq.nbytes + ivsize,
req->creq.info);

memcpy(req->creq.info, ctx->salt, ivsize);

Expand Down

0 comments on commit a6e1da4

Please sign in to comment.