Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45155
b: refs/heads/master
c: b836267
h: refs/heads/master
i:
  45153: 9a7503e
  45151: ad90f77
v: v3
  • Loading branch information
Martin Willi authored and David S. Miller committed Dec 31, 2006
1 parent c06dbdf commit 4f1ddd5
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: cb4db4c22182163f66325053331a4e7096f663cd
refs/heads/master: b836267aa79c1c5e23e00d9cec047b6870ae0db1
3 changes: 2 additions & 1 deletion trunk/net/xfrm/xfrm_algo.c
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,8 @@ static struct xfrm_algo_desc *xfrm_get_byname(struct xfrm_algo_desc *list,
if (!probe)
break;

status = crypto_has_alg(name, type, mask | CRYPTO_ALG_ASYNC);
status = crypto_has_alg(list[i].name, type,
mask | CRYPTO_ALG_ASYNC);
if (!status)
break;

Expand Down

0 comments on commit 4f1ddd5

Please sign in to comment.