Application should not need to control initial sequence number
value as implementation is able to manage that internally.

Signed-off-by: Petri Savolainen <petri.savolai...@linaro.org>
---
 include/odp/api/spec/ipsec.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/include/odp/api/spec/ipsec.h b/include/odp/api/spec/ipsec.h
index 76fb05d3..aac76999 100644
--- a/include/odp/api/spec/ipsec.h
+++ b/include/odp/api/spec/ipsec.h
@@ -617,9 +617,6 @@ typedef struct odp_ipsec_sa_param_t {
        /** SA lifetime parameters */
        odp_ipsec_lifetime_t lifetime;
 
-       /** Initial sequence number */
-       uint64_t seq;
-
        /** SPI value */
        uint32_t spi;
 
-- 
2.13.0

Reply via email to