Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75969
b: refs/heads/master
c: 927eead
h: refs/heads/master
i:
  75967: 4b4532c
v: v3
  • Loading branch information
Herbert Xu committed Jan 10, 2008
1 parent 40a52b7 commit 7f8c9f2
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 23508e11ab3bb405dca66bf4d77e488bf2b07b0c
refs/heads/master: 927eead52c958829ef62c8aa5da2751033a2cf98
2 changes: 2 additions & 0 deletions trunk/crypto/cryptd.c
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,8 @@ static struct crypto_instance *cryptd_alloc_blkcipher(
inst->alg.cra_ablkcipher.min_keysize = alg->cra_blkcipher.min_keysize;
inst->alg.cra_ablkcipher.max_keysize = alg->cra_blkcipher.max_keysize;

inst->alg.cra_ablkcipher.geniv = alg->cra_blkcipher.geniv;

inst->alg.cra_ctxsize = sizeof(struct cryptd_blkcipher_ctx);

inst->alg.cra_init = cryptd_blkcipher_init_tfm;
Expand Down

0 comments on commit 7f8c9f2

Please sign in to comment.