Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75955
b: refs/heads/master
c: c2c61f5
h: refs/heads/master
i:
  75953: 372214c
  75951: 758c65f
v: v3
  • Loading branch information
Herbert Xu committed Jan 10, 2008
1 parent dbb1632 commit 5f29ce4
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 2d74d405fc5ea78b20a4a2efd24201db424e07b1
refs/heads/master: c2c61f513db395ddd8d67690bf3301ebe1e8155a
2 changes: 1 addition & 1 deletion trunk/crypto/authenc.c
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ static struct crypto_instance *crypto_authenc_alloc(struct rtattr **tb)
inst->alg.cra_alignmask = auth->cra_alignmask | enc->cra_alignmask;
inst->alg.cra_type = &crypto_aead_type;

inst->alg.cra_aead.ivsize = enc->cra_blkcipher.ivsize;
inst->alg.cra_aead.ivsize = enc->cra_ablkcipher.ivsize;
inst->alg.cra_aead.maxauthsize = auth->cra_type == &crypto_hash_type ?
auth->cra_hash.digestsize :
auth->cra_digest.dia_digestsize;
Expand Down

0 comments on commit 5f29ce4

Please sign in to comment.