Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145088
b: refs/heads/master
c: 37fc334
h: refs/heads/master
v: v3
  • Loading branch information
Herbert Xu committed Apr 21, 2009
1 parent 9e2be24 commit b53ea85
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: abe5fa7899fb5809ddc7336d8dd0edd5b2b96665
refs/heads/master: 37fc334cc8eb84f5fe0a5a1cbe6a6a68049e142a
3 changes: 2 additions & 1 deletion trunk/crypto/api.c
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,8 @@ struct crypto_alg *crypto_larval_lookup(const char *name, u32 type, u32 mask)

request_module(name);

if (!((type ^ CRYPTO_ALG_NEED_FALLBACK) & mask) &&
if (!((type ^ CRYPTO_ALG_NEED_FALLBACK) & mask &
CRYPTO_ALG_NEED_FALLBACK) &&
snprintf(tmp, sizeof(tmp), "%s-all", name) < sizeof(tmp))
request_module(tmp);

Expand Down

0 comments on commit b53ea85

Please sign in to comment.