mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
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>
This commit is contained in:
parent
28d0325ce6
commit
245acb8772
1 changed files with 2 additions and 2 deletions
|
@ -292,8 +292,8 @@ static struct xfrm_algo_desc ealg_list[] = {
|
|||
}
|
||||
},
|
||||
{
|
||||
.name = "cbc(cast128)",
|
||||
.compat = "cast128",
|
||||
.name = "cbc(cast5)",
|
||||
.compat = "cast5",
|
||||
|
||||
.uinfo = {
|
||||
.encr = {
|
||||
|
|
Loading…
Add table
Reference in a new issue