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 5095c3c1..9514e46f 100644
--- a/include/odp/api/spec/ipsec.h
+++ b/include/odp/api/spec/ipsec.h
@@ -618,9 +618,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