diff mbox series

[API-NEXT,v2,9/9] api: ipsec: remove initial sequence number parameter

Message ID 20170712125639.11445-9-petri.savolainen@linaro.org
State Superseded
Headers show
Series [API-NEXT,v2,1/9] api: ipsec: add salt parameter | expand

Commit Message

Petri Savolainen July 12, 2017, 12:56 p.m. UTC
Application should not need to control initial sequence number
value as implementation is able to manage that internally.

Signed-off-by: Petri Savolainen <petri.savolainen@linaro.org>

---
 include/odp/api/spec/ipsec.h | 3 ---
 1 file changed, 3 deletions(-)

-- 
2.13.0
diff mbox series

Patch

diff --git a/include/odp/api/spec/ipsec.h b/include/odp/api/spec/ipsec.h
index 93d5e970..9599c7d8 100644
--- a/include/odp/api/spec/ipsec.h
+++ b/include/odp/api/spec/ipsec.h
@@ -626,9 +626,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;