mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
ipsec: can not add camellia cipher algorithm when using "ip xfrm state" command
can not add camellia cipher algorithm when using "ip xfrm state" command. Signed-off-by: Li Yewang <lyw@cn.fujitsu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
1fdf475aa1
commit
138f3c8518
@ -365,6 +365,7 @@ static struct xfrm_algo_desc ealg_list[] = {
|
||||
},
|
||||
{
|
||||
.name = "cbc(camellia)",
|
||||
.compat = "camellia",
|
||||
|
||||
.uinfo = {
|
||||
.encr = {
|
||||
|
Loading…
Reference in New Issue
Block a user