Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157938
b: refs/heads/master
c: 435578a
h: refs/heads/master
v: v3
  • Loading branch information
Herbert Xu committed Jun 25, 2009
1 parent 2cc1b6a commit 20c1b0e
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: 409a736336b560798f84d71ad6477c8fad20b523
refs/heads/master: 435578aeaad5859dda8657e3ed2c1a5bc1e524ec
3 changes: 2 additions & 1 deletion trunk/crypto/ablkcipher.c
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,9 @@ static int crypto_givcipher_default(struct crypto_alg *alg, u32 type, u32 mask)
int err;

larval = crypto_larval_lookup(alg->cra_driver_name,
(type & ~CRYPTO_ALG_TYPE_MASK) |
CRYPTO_ALG_TYPE_GIVCIPHER,
CRYPTO_ALG_TYPE_MASK);
mask | CRYPTO_ALG_TYPE_MASK);
err = PTR_ERR(larval);
if (IS_ERR(larval))
goto out;
Expand Down

0 comments on commit 20c1b0e

Please sign in to comment.