Now that seqniv is identical with seqiv we no longer need it.

Signed-off-by: Herbert Xu <[email protected]>
---

 net/xfrm/xfrm_algo.c |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/net/xfrm/xfrm_algo.c b/net/xfrm/xfrm_algo.c
index 42f7c76..f07224d 100644
--- a/net/xfrm/xfrm_algo.c
+++ b/net/xfrm/xfrm_algo.c
@@ -31,7 +31,7 @@ static struct xfrm_algo_desc aead_list[] = {
 
        .uinfo = {
                .aead = {
-                       .geniv = "seqniv",
+                       .geniv = "seqiv",
                        .icv_truncbits = 64,
                }
        },
@@ -50,7 +50,7 @@ static struct xfrm_algo_desc aead_list[] = {
 
        .uinfo = {
                .aead = {
-                       .geniv = "seqniv",
+                       .geniv = "seqiv",
                        .icv_truncbits = 96,
                }
        },
@@ -69,7 +69,7 @@ static struct xfrm_algo_desc aead_list[] = {
 
        .uinfo = {
                .aead = {
-                       .geniv = "seqniv",
+                       .geniv = "seqiv",
                        .icv_truncbits = 128,
                }
        },
@@ -88,7 +88,7 @@ static struct xfrm_algo_desc aead_list[] = {
 
        .uinfo = {
                .aead = {
-                       .geniv = "seqniv",
+                       .geniv = "seqiv",
                        .icv_truncbits = 64,
                }
        },
@@ -107,7 +107,7 @@ static struct xfrm_algo_desc aead_list[] = {
 
        .uinfo = {
                .aead = {
-                       .geniv = "seqniv",
+                       .geniv = "seqiv",
                        .icv_truncbits = 96,
                }
        },
@@ -126,7 +126,7 @@ static struct xfrm_algo_desc aead_list[] = {
 
        .uinfo = {
                .aead = {
-                       .geniv = "seqniv",
+                       .geniv = "seqiv",
                        .icv_truncbits = 128,
                }
        },
@@ -164,7 +164,7 @@ static struct xfrm_algo_desc aead_list[] = {
 
        .uinfo = {
                .aead = {
-                       .geniv = "seqniv",
+                       .geniv = "seqiv",
                        .icv_truncbits = 128,
                }
        },
--
To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to