Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157933
b: refs/heads/master
c: ea40065
h: refs/heads/master
i:
  157931: 7f2ec30
v: v3
  • Loading branch information
Herbert Xu committed Jun 19, 2009
1 parent ced6202 commit 59038a1
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: 27300176d75e4723e2125e745a98a77bf0133f72
refs/heads/master: ea4006576945195ed35824acfb4007ca7cb78b70
2 changes: 1 addition & 1 deletion trunk/crypto/tcrypt.c
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@ static int do_test(int m)

static int do_alg_test(const char *alg, u32 type)
{
return crypto_has_alg(alg, type, CRYPTO_ALG_TYPE_MASK);
return crypto_has_alg(alg, type, CRYPTO_ALG_TYPE_MASK) ? 0 : -ENOENT;
}

static int __init tcrypt_mod_init(void)
Expand Down

0 comments on commit 59038a1

Please sign in to comment.