Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 351598
b: refs/heads/master
c: 71331da
h: refs/heads/master
v: v3
  • Loading branch information
Jussi Kivilinna authored and Steffen Klassert committed Jan 8, 2013
1 parent 204797f commit 896f307
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: bb65a9cb953fdfe9c507e8dbb6c4ec2540484bd3
refs/heads/master: 71331da500cc13dc3c7e5db397d553c80b2e9994
3 changes: 1 addition & 2 deletions trunk/net/xfrm/xfrm_algo.c
Original file line number Diff line number Diff line change
Expand Up @@ -700,8 +700,7 @@ void xfrm_probe_algs(void)
}

for (i = 0; i < ealg_entries(); i++) {
status = crypto_has_blkcipher(ealg_list[i].name, 0,
CRYPTO_ALG_ASYNC);
status = crypto_has_ablkcipher(ealg_list[i].name, 0, 0);
if (ealg_list[i].available != status)
ealg_list[i].available = status;
}
Expand Down

0 comments on commit 896f307

Please sign in to comment.