提交 245acb87 编写于 作者: H Herbert Xu 提交者: David S. Miller

ipsec: Fix name of CAST algorithm

Our CAST algorithm is called cast5, not cast128.  Clearly nobody
has ever used it :)
Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 28d0325c
...@@ -292,8 +292,8 @@ static struct xfrm_algo_desc ealg_list[] = { ...@@ -292,8 +292,8 @@ static struct xfrm_algo_desc ealg_list[] = {
} }
}, },
{ {
.name = "cbc(cast128)", .name = "cbc(cast5)",
.compat = "cast128", .compat = "cast5",
.uinfo = { .uinfo = {
.encr = { .encr = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册