Commit 245acb87 authored by Herbert Xu's avatar Herbert Xu Committed by 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: default avatarHerbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 28d0325c
......@@ -292,8 +292,8 @@ static struct xfrm_algo_desc ealg_list[] = {
}
},
{
.name = "cbc(cast128)",
.compat = "cast128",
.name = "cbc(cast5)",
.compat = "cast5",
.uinfo = {
.encr = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment