Explorar o código

ipsec: Fix name of CAST algorithm

Our CAST algorithm is called cast5, not cast128.  Clearly nobody
has ever used it :)

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Herbert Xu %!s(int64=16) %!d(string=hai) anos
pai
achega
245acb8772
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      net/xfrm/xfrm_algo.c

+ 2 - 2
net/xfrm/xfrm_algo.c

@@ -292,8 +292,8 @@ static struct xfrm_algo_desc ealg_list[] = {
 	}
 },
 {
-	.name = "cbc(cast128)",
-	.compat = "cast128",
+	.name = "cbc(cast5)",
+	.compat = "cast5",
 
 	.uinfo = {
 		.encr = {