Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22340
b: refs/heads/master
c: 20ea340
h: refs/heads/master
v: v3
  • Loading branch information
Atsushi Nemoto authored and Herbert Xu committed Mar 21, 2006
1 parent ad6f914 commit 9fa9073
Show file tree
Hide file tree
Showing 3 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: bbeb563f7bb5e703e4d60c18bed81c987781343f
refs/heads/master: 20ea340489ddee7b3a438ee58f32f2608cc145de
1 change: 1 addition & 0 deletions trunk/crypto/des.c
Original file line number Diff line number Diff line change
Expand Up @@ -965,6 +965,7 @@ static struct crypto_alg des3_ede_alg = {
.cra_blocksize = DES3_EDE_BLOCK_SIZE,
.cra_ctxsize = sizeof(struct des3_ede_ctx),
.cra_module = THIS_MODULE,
.cra_alignmask = 3,
.cra_list = LIST_HEAD_INIT(des3_ede_alg.cra_list),
.cra_u = { .cipher = {
.cia_min_keysize = DES3_EDE_KEY_SIZE,
Expand Down
1 change: 1 addition & 0 deletions trunk/crypto/serpent.c
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,7 @@ static struct crypto_alg serpent_alg = {
.cra_flags = CRYPTO_ALG_TYPE_CIPHER,
.cra_blocksize = SERPENT_BLOCK_SIZE,
.cra_ctxsize = sizeof(struct serpent_ctx),
.cra_alignmask = 3,
.cra_module = THIS_MODULE,
.cra_list = LIST_HEAD_INIT(serpent_alg.cra_list),
.cra_u = { .cipher = {
Expand Down

0 comments on commit 9fa9073

Please sign in to comment.