Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 245acb87 authored by Herbert Xu's avatar Herbert Xu Committed by David S. Miller
Browse files

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
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -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 = {