diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/xfrm/xfrm_algo.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/xfrm/xfrm_algo.c b/net/xfrm/xfrm_algo.c index 6b381fc0383d..f1cf3402e75c 100644 --- a/net/xfrm/xfrm_algo.c +++ b/net/xfrm/xfrm_algo.c | |||
@@ -399,7 +399,8 @@ static struct xfrm_algo_desc *xfrm_get_byname(struct xfrm_algo_desc *list, | |||
399 | if (!probe) | 399 | if (!probe) |
400 | break; | 400 | break; |
401 | 401 | ||
402 | status = crypto_has_alg(name, type, mask | CRYPTO_ALG_ASYNC); | 402 | status = crypto_has_alg(list[i].name, type, |
403 | mask | CRYPTO_ALG_ASYNC); | ||
403 | if (!status) | 404 | if (!status) |
404 | break; | 405 | break; |
405 | 406 | ||