Browse Source

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 16 năm trước cách đây
mục cha
commit
245acb8772
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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 = {
 	.uinfo = {
 		.encr = {
 		.encr = {