Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132693
b: refs/heads/master
c: ff75330
h: refs/heads/master
i:
  132691: 3131dea
v: v3
  • Loading branch information
Herbert Xu committed Feb 18, 2009
1 parent 12066d5 commit 26e5f99
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: 049359d655277c382683a6030ae0bac485568ffc
refs/heads/master: ff753308d2f70f210ba468492cd9a01274d9d7ce
2 changes: 1 addition & 1 deletion trunk/crypto/api.c
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ struct crypto_alg *crypto_alg_mod_lookup(const char *name, u32 type, u32 mask)
struct crypto_alg *larval;
int ok;

if (!(mask & CRYPTO_ALG_TESTED)) {
if (!((type | mask) & CRYPTO_ALG_TESTED)) {
type |= CRYPTO_ALG_TESTED;
mask |= CRYPTO_ALG_TESTED;
}
Expand Down

0 comments on commit 26e5f99

Please sign in to comment.